Shades of Cherokee #F6D08B
Tints of Cherokee #F6D08B
RGB
CMYK
RGB Variations
Color information
#F6D08B (or 0xF6D08B) is known color: Cherokee. HEX triplet: F6, D0 and 8B. RGB value is (246,208,139). Sum of RGB (Red+Green+Blue) = 246+208+139=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D08B is #092F74. Grayscale: #D3D3D3. Windows color (decimal): -601973 or 9162998. OLE color: 9162998.
HSL color Cylindrical-coordinate representation of color #F6D08B: hue angle of 38.69º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6D08B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 139 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.04 |
| HSL | 38.69º | 0.86% | 0.75% | - |
| HSV(B) | 38.69º | 0.43% | 0.96% | - |
| XYZ | 65.22 | 66.57 | 33.84 | - |
| YUV | 211.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 139 | 0 | 0.15 | 0.43 | 0.04 | 38.69 | 0.86 | 0.75 |
| Hex | F6 | D0 | 8B | 0 | F | 2B | 4 | 27 | 56 | 4B |
| Octal | 366 | 320 | 213 | 0 | 17 | 53 | 4 | 47 | 126 | 113 |
| Binary | 11110110 | 11010000 | 10001011 | 0 | 1111 | 101011 | 100 | 100111 | 1010110 | 1001011 |
Color Harmonies of #F6D08B
Complementary color
Monochromatic Colors of #F6D08B
Black with #F6D08B
Text Example
Text Example
White with #F6D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D08B; }
p { color: rgb(246,208,139); }
H1.HeaderClassName
{
color: #F6D08B;
}
.AnyTagClassName
{
color: #F6D08B;
}
</style>
background-color css
<style>
a { background-color: #F6D08B; }
a { background-color: rgb(246,208,139); }
div.DivClassName
{
background-color: #F6D08B;
}
.BgClassName
{
background-color: #F6D08B;
}
</style>
border-color css
<style>
span { border-color: #F6D08B; }
span { border-color: rgb(246,208,139); }
td.TdClassName
{
border-color: #F6D08B;
}
.TagClassName
{
border-color: #F6D08B;
}
</style>