Shades of Cherokee #F6D486
Tints of Cherokee #F6D486
RGB
CMYK
RGB Variations
Color information
#F6D486 (or 0xF6D486) is known color: Cherokee. HEX triplet: F6, D4 and 86. RGB value is (246,212,134). Sum of RGB (Red+Green+Blue) = 246+212+134=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D486 is #092B79. Grayscale: #D5D5D5. Windows color (decimal): -600954 or 8836342. OLE color: 8836342.
HSL color Cylindrical-coordinate representation of color #F6D486: hue angle of 41.79º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6D486 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 134 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.04 |
| HSL | 41.79º | 0.86% | 0.75% | - |
| HSV(B) | 41.79º | 0.46% | 0.96% | - |
| XYZ | 65.85 | 68.4 | 32.29 | - |
| YUV | 213.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 134 | 0 | 0.14 | 0.46 | 0.04 | 41.79 | 0.86 | 0.75 |
| Hex | F6 | D4 | 86 | 0 | E | 2E | 4 | 2A | 56 | 4B |
| Octal | 366 | 324 | 206 | 0 | 16 | 56 | 4 | 52 | 126 | 113 |
| Binary | 11110110 | 11010100 | 10000110 | 0 | 1110 | 101110 | 100 | 101010 | 1010110 | 1001011 |
Color Harmonies of #F6D486
Complementary color
Monochromatic Colors of #F6D486
Black with #F6D486
Text Example
Text Example
White with #F6D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D486; }
p { color: rgb(246,212,134); }
H1.HeaderClassName
{
color: #F6D486;
}
.AnyTagClassName
{
color: #F6D486;
}
</style>
background-color css
<style>
a { background-color: #F6D486; }
a { background-color: rgb(246,212,134); }
div.DivClassName
{
background-color: #F6D486;
}
.BgClassName
{
background-color: #F6D486;
}
</style>
border-color css
<style>
span { border-color: #F6D486; }
span { border-color: rgb(246,212,134); }
td.TdClassName
{
border-color: #F6D486;
}
.TagClassName
{
border-color: #F6D486;
}
</style>