Shades of Cherokee #F6C985
Tints of Cherokee #F6C985
RGB
CMYK
RGB Variations
Color information
#F6C985 (or 0xF6C985) is known color: Cherokee. HEX triplet: F6, C9 and 85. RGB value is (246,201,133). Sum of RGB (Red+Green+Blue) = 246+201+133=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C985 is #09367A. Grayscale: #CFCFCF. Windows color (decimal): -603771 or 8767990. OLE color: 8767990.
HSL color Cylindrical-coordinate representation of color #F6C985: hue angle of 36.11º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6C985 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 133 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.04 |
| HSL | 36.11º | 0.86% | 0.74% | - |
| HSV(B) | 36.11º | 0.46% | 0.96% | - |
| XYZ | 63.13 | 63.06 | 31.03 | - |
| YUV | 206.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 133 | 0 | 0.18 | 0.46 | 0.04 | 36.11 | 0.86 | 0.74 |
| Hex | F6 | C9 | 85 | 0 | 12 | 2E | 4 | 24 | 56 | 4A |
| Octal | 366 | 311 | 205 | 0 | 22 | 56 | 4 | 44 | 126 | 112 |
| Binary | 11110110 | 11001001 | 10000101 | 0 | 10010 | 101110 | 100 | 100100 | 1010110 | 1001010 |
Color Harmonies of #F6C985
Complementary color
Monochromatic Colors of #F6C985
Black with #F6C985
Text Example
Text Example
White with #F6C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C985; }
p { color: rgb(246,201,133); }
H1.HeaderClassName
{
color: #F6C985;
}
.AnyTagClassName
{
color: #F6C985;
}
</style>
background-color css
<style>
a { background-color: #F6C985; }
a { background-color: rgb(246,201,133); }
div.DivClassName
{
background-color: #F6C985;
}
.BgClassName
{
background-color: #F6C985;
}
</style>
border-color css
<style>
span { border-color: #F6C985; }
span { border-color: rgb(246,201,133); }
td.TdClassName
{
border-color: #F6C985;
}
.TagClassName
{
border-color: #F6C985;
}
</style>