Shades of Cherokee #F6C685
Tints of Cherokee #F6C685
RGB
CMYK
RGB Variations
Color information
#F6C685 (or 0xF6C685) is known color: Cherokee. HEX triplet: F6, C6 and 85. RGB value is (246,198,133). Sum of RGB (Red+Green+Blue) = 246+198+133=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C685 is #09397A. Grayscale: #CDCDCD. Windows color (decimal): -604539 or 8767222. OLE color: 8767222.
HSL color Cylindrical-coordinate representation of color #F6C685: hue angle of 34.51º 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 #F6C685 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 133 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.04 |
| HSL | 34.51º | 0.86% | 0.74% | - |
| HSV(B) | 34.51º | 0.46% | 0.96% | - |
| XYZ | 62.43 | 61.67 | 30.8 | - |
| YUV | 204.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 133 | 0 | 0.20 | 0.46 | 0.04 | 34.51 | 0.86 | 0.74 |
| Hex | F6 | C6 | 85 | 0 | 14 | 2E | 4 | 23 | 56 | 4A |
| Octal | 366 | 306 | 205 | 0 | 24 | 56 | 4 | 43 | 126 | 112 |
| Binary | 11110110 | 11000110 | 10000101 | 0 | 10100 | 101110 | 100 | 100011 | 1010110 | 1001010 |
Color Harmonies of #F6C685
Complementary color
Monochromatic Colors of #F6C685
Black with #F6C685
Text Example
Text Example
White with #F6C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C685; }
p { color: rgb(246,198,133); }
H1.HeaderClassName
{
color: #F6C685;
}
.AnyTagClassName
{
color: #F6C685;
}
</style>
background-color css
<style>
a { background-color: #F6C685; }
a { background-color: rgb(246,198,133); }
div.DivClassName
{
background-color: #F6C685;
}
.BgClassName
{
background-color: #F6C685;
}
</style>
border-color css
<style>
span { border-color: #F6C685; }
span { border-color: rgb(246,198,133); }
td.TdClassName
{
border-color: #F6C685;
}
.TagClassName
{
border-color: #F6C685;
}
</style>