| | At any rate, the next five lines simply add the colors to the Dictionary object with the color name as the key and the HTML color string (which is a text representation of a long, or RGB, value) as the value. Each of the six-character strings represents three hexadecimal byte values. Colors are a combination of red, green, and blue. Each color may take a value from 0 to 255 (00 to FF in hex) and requires two characters. You read the value in pairs. The pairs of characters represent the red, green, or blue values, respectively. | | |