The 'color' element doesn't only apply to text, it is the general element for coloring all elements.
It affects the foreground color. Since I am talking right now about fonts and text, let me start with that.
You can either use a color name for one out of a list of 16 colors, or if you want more colors,
you give the RGB value either in hexadecimal with a leading '#', as seen in the second example (
the first two digits stand for the hex value of Red, the second pair for Green and the third pair for Blue),
or (if you don't like hex) you give the single values for Red, Green and Blue as seen in the third example.
Here are the 16 colors:
Want to play with it? Enter a name of color. You can also enter hex-values, like FF0000 for red.
You will find pages that use in the source colors like 'teak' or 'light-blue', and it might actually even work, but it might not, since that is not coming from the Standards consortium W3C, but it's just another proprietary gimmick from the 'You can call me monopolist' company with the big blue 'e' in the browser.