Shades of Cherokee #F6D589
Tints of Cherokee #F6D589
RGB
CMYK
RGB Variations
Color information
#F6D589 (or 0xF6D589) is known color: Cherokee. HEX triplet: F6, D5 and 89. RGB value is (246,213,137). Sum of RGB (Red+Green+Blue) = 246+213+137=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D589 is #092A76. Grayscale: #D6D6D6. Windows color (decimal): -600695 or 9033206. OLE color: 9033206.
HSL color Cylindrical-coordinate representation of color #F6D589: hue angle of 41.83º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6D589 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 137 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.04 |
| HSL | 41.83º | 0.86% | 0.75% | - |
| HSV(B) | 41.83º | 0.44% | 0.96% | - |
| XYZ | 66.32 | 68.99 | 33.49 | - |
| YUV | 214.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 137 | 0 | 0.13 | 0.44 | 0.04 | 41.83 | 0.86 | 0.75 |
| Hex | F6 | D5 | 89 | 0 | D | 2C | 4 | 2A | 56 | 4B |
| Octal | 366 | 325 | 211 | 0 | 15 | 54 | 4 | 52 | 126 | 113 |
| Binary | 11110110 | 11010101 | 10001001 | 0 | 1101 | 101100 | 100 | 101010 | 1010110 | 1001011 |
Color Harmonies of #F6D589
Complementary color
Monochromatic Colors of #F6D589
Black with #F6D589
Text Example
Text Example
White with #F6D589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D589; }
p { color: rgb(246,213,137); }
H1.HeaderClassName
{
color: #F6D589;
}
.AnyTagClassName
{
color: #F6D589;
}
</style>
background-color css
<style>
a { background-color: #F6D589; }
a { background-color: rgb(246,213,137); }
div.DivClassName
{
background-color: #F6D589;
}
.BgClassName
{
background-color: #F6D589;
}
</style>
border-color css
<style>
span { border-color: #F6D589; }
span { border-color: rgb(246,213,137); }
td.TdClassName
{
border-color: #F6D589;
}
.TagClassName
{
border-color: #F6D589;
}
</style>