Shades of Cherokee #F6D68D
Tints of Cherokee #F6D68D
RGB
CMYK
RGB Variations
Color information
#F6D68D (or 0xF6D68D) is known color: Cherokee. HEX triplet: F6, D6 and 8D. RGB value is (246,214,141). Sum of RGB (Red+Green+Blue) = 246+214+141=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D68D is #092972. Grayscale: #D7D7D7. Windows color (decimal): -600435 or 9295606. OLE color: 9295606.
HSL color Cylindrical-coordinate representation of color #F6D68D: hue angle of 41.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6D68D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 141 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.04 |
| HSL | 41.71º | 0.85% | 0.76% | - |
| HSV(B) | 41.71º | 0.43% | 0.96% | - |
| XYZ | 66.86 | 69.61 | 35.11 | - |
| YUV | 215.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 141 | 0 | 0.13 | 0.43 | 0.04 | 41.71 | 0.85 | 0.76 |
| Hex | F6 | D6 | 8D | 0 | D | 2B | 4 | 2A | 55 | 4C |
| Octal | 366 | 326 | 215 | 0 | 15 | 53 | 4 | 52 | 125 | 114 |
| Binary | 11110110 | 11010110 | 10001101 | 0 | 1101 | 101011 | 100 | 101010 | 1010101 | 1001100 |
Color Harmonies of #F6D68D
Complementary color
Monochromatic Colors of #F6D68D
Black with #F6D68D
Text Example
Text Example
White with #F6D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D68D; }
p { color: rgb(246,214,141); }
H1.HeaderClassName
{
color: #F6D68D;
}
.AnyTagClassName
{
color: #F6D68D;
}
</style>
background-color css
<style>
a { background-color: #F6D68D; }
a { background-color: rgb(246,214,141); }
div.DivClassName
{
background-color: #F6D68D;
}
.BgClassName
{
background-color: #F6D68D;
}
</style>
border-color css
<style>
span { border-color: #F6D68D; }
span { border-color: rgb(246,214,141); }
td.TdClassName
{
border-color: #F6D68D;
}
.TagClassName
{
border-color: #F6D68D;
}
</style>