Shades of Khaki #F6E888
Tints of Khaki #F6E888
RGB
CMYK
RGB Variations
Color information
#F6E888 (or 0xF6E888) is known color: Khaki. HEX triplet: F6, E8 and 88. RGB value is (246,232,136). Sum of RGB (Red+Green+Blue) = 246+232+136=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E888 is #091777. Grayscale: #E1E1E1. Windows color (decimal): -595832 or 8972534. OLE color: 8972534.
HSL color Cylindrical-coordinate representation of color #F6E888: hue angle of 52.36º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6E888 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 136 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.04 |
| HSL | 52.36º | 0.86% | 0.75% | - |
| HSV(B) | 52.36º | 0.45% | 0.96% | - |
| XYZ | 71.31 | 79.08 | 34.8 | - |
| YUV | 225.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 136 | 0 | 0.06 | 0.45 | 0.04 | 52.36 | 0.86 | 0.75 |
| Hex | F6 | E8 | 88 | 0 | 6 | 2D | 4 | 34 | 56 | 4B |
| Octal | 366 | 350 | 210 | 0 | 6 | 55 | 4 | 64 | 126 | 113 |
| Binary | 11110110 | 11101000 | 10001000 | 0 | 110 | 101101 | 100 | 110100 | 1010110 | 1001011 |
Color Harmonies of #F6E888
Complementary color
Monochromatic Colors of #F6E888
Black with #F6E888
Text Example
Text Example
White with #F6E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E888; }
p { color: rgb(246,232,136); }
H1.HeaderClassName
{
color: #F6E888;
}
.AnyTagClassName
{
color: #F6E888;
}
</style>
background-color css
<style>
a { background-color: #F6E888; }
a { background-color: rgb(246,232,136); }
div.DivClassName
{
background-color: #F6E888;
}
.BgClassName
{
background-color: #F6E888;
}
</style>
border-color css
<style>
span { border-color: #F6E888; }
span { border-color: rgb(246,232,136); }
td.TdClassName
{
border-color: #F6E888;
}
.TagClassName
{
border-color: #F6E888;
}
</style>