Shades of Cherokee #F6C381
Tints of Cherokee #F6C381
RGB
CMYK
RGB Variations
Color information
#F6C381 (or 0xF6C381) is known color: Cherokee. HEX triplet: F6, C3 and 81. RGB value is (246,195,129). Sum of RGB (Red+Green+Blue) = 246+195+129=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C381 is #093C7E. Grayscale: #CBCBCB. Windows color (decimal): -605311 or 8504310. OLE color: 8504310.
HSL color Cylindrical-coordinate representation of color #F6C381: hue angle of 33.85º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6C381 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 129 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.04 |
| HSL | 33.85º | 0.87% | 0.74% | - |
| HSV(B) | 33.85º | 0.48% | 0.96% | - |
| XYZ | 61.48 | 60.21 | 29.15 | - |
| YUV | 202.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 129 | 0 | 0.21 | 0.48 | 0.04 | 33.85 | 0.87 | 0.74 |
| Hex | F6 | C3 | 81 | 0 | 15 | 30 | 4 | 22 | 57 | 4A |
| Octal | 366 | 303 | 201 | 0 | 25 | 60 | 4 | 42 | 127 | 112 |
| Binary | 11110110 | 11000011 | 10000001 | 0 | 10101 | 110000 | 100 | 100010 | 1010111 | 1001010 |
Color Harmonies of #F6C381
Complementary color
Monochromatic Colors of #F6C381
Black with #F6C381
Text Example
Text Example
White with #F6C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C381; }
p { color: rgb(246,195,129); }
H1.HeaderClassName
{
color: #F6C381;
}
.AnyTagClassName
{
color: #F6C381;
}
</style>
background-color css
<style>
a { background-color: #F6C381; }
a { background-color: rgb(246,195,129); }
div.DivClassName
{
background-color: #F6C381;
}
.BgClassName
{
background-color: #F6C381;
}
</style>
border-color css
<style>
span { border-color: #F6C381; }
span { border-color: rgb(246,195,129); }
td.TdClassName
{
border-color: #F6C381;
}
.TagClassName
{
border-color: #F6C381;
}
</style>