Shades of Cherokee #F6D090
Tints of Cherokee #F6D090
RGB
CMYK
RGB Variations
Color information
#F6D090 (or 0xF6D090) is known color: Cherokee. HEX triplet: F6, D0 and 90. RGB value is (246,208,144). Sum of RGB (Red+Green+Blue) = 246+208+144=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D090 is #092F6F. Grayscale: #D4D4D4. Windows color (decimal): -601968 or 9490678. OLE color: 9490678.
HSL color Cylindrical-coordinate representation of color #F6D090: hue angle of 37.65º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6D090 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 144 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.04 |
| HSL | 37.65º | 0.85% | 0.76% | - |
| HSV(B) | 37.65º | 0.41% | 0.96% | - |
| XYZ | 65.6 | 66.72 | 35.81 | - |
| YUV | 212.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 144 | 0 | 0.15 | 0.41 | 0.04 | 37.65 | 0.85 | 0.76 |
| Hex | F6 | D0 | 90 | 0 | F | 29 | 4 | 26 | 55 | 4C |
| Octal | 366 | 320 | 220 | 0 | 17 | 51 | 4 | 46 | 125 | 114 |
| Binary | 11110110 | 11010000 | 10010000 | 0 | 1111 | 101001 | 100 | 100110 | 1010101 | 1001100 |
Color Harmonies of #F6D090
Complementary color
Monochromatic Colors of #F6D090
Black with #F6D090
Text Example
Text Example
White with #F6D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D090; }
p { color: rgb(246,208,144); }
H1.HeaderClassName
{
color: #F6D090;
}
.AnyTagClassName
{
color: #F6D090;
}
</style>
background-color css
<style>
a { background-color: #F6D090; }
a { background-color: rgb(246,208,144); }
div.DivClassName
{
background-color: #F6D090;
}
.BgClassName
{
background-color: #F6D090;
}
</style>
border-color css
<style>
span { border-color: #F6D090; }
span { border-color: rgb(246,208,144); }
td.TdClassName
{
border-color: #F6D090;
}
.TagClassName
{
border-color: #F6D090;
}
</style>