Shades of Cherokee #F6C38A
Tints of Cherokee #F6C38A
RGB
CMYK
RGB Variations
Color information
#F6C38A (or 0xF6C38A) is known color: Cherokee. HEX triplet: F6, C3 and 8A. RGB value is (246,195,138). Sum of RGB (Red+Green+Blue) = 246+195+138=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C38A is #093C75. Grayscale: #CCCCCC. Windows color (decimal): -605302 or 9094134. OLE color: 9094134.
HSL color Cylindrical-coordinate representation of color #F6C38A: hue angle of 31.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6C38A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 138 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.04 |
| HSL | 31.67º | 0.86% | 0.75% | - |
| HSV(B) | 31.67º | 0.44% | 0.96% | - |
| XYZ | 62.11 | 60.46 | 32.44 | - |
| YUV | 203.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 138 | 0 | 0.21 | 0.44 | 0.04 | 31.67 | 0.86 | 0.75 |
| Hex | F6 | C3 | 8A | 0 | 15 | 2C | 4 | 20 | 56 | 4B |
| Octal | 366 | 303 | 212 | 0 | 25 | 54 | 4 | 40 | 126 | 113 |
| Binary | 11110110 | 11000011 | 10001010 | 0 | 10101 | 101100 | 100 | 100000 | 1010110 | 1001011 |
Color Harmonies of #F6C38A
Complementary color
Monochromatic Colors of #F6C38A
Black with #F6C38A
Text Example
Text Example
White with #F6C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C38A; }
p { color: rgb(246,195,138); }
H1.HeaderClassName
{
color: #F6C38A;
}
.AnyTagClassName
{
color: #F6C38A;
}
</style>
background-color css
<style>
a { background-color: #F6C38A; }
a { background-color: rgb(246,195,138); }
div.DivClassName
{
background-color: #F6C38A;
}
.BgClassName
{
background-color: #F6C38A;
}
</style>
border-color css
<style>
span { border-color: #F6C38A; }
span { border-color: rgb(246,195,138); }
td.TdClassName
{
border-color: #F6C38A;
}
.TagClassName
{
border-color: #F6C38A;
}
</style>