Shades of Khaki #F6EC86
Tints of Khaki #F6EC86
RGB
CMYK
RGB Variations
Color information
#F6EC86 (or 0xF6EC86) is known color: Khaki. HEX triplet: F6, EC and 86. RGB value is (246,236,134). Sum of RGB (Red+Green+Blue) = 246+236+134=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EC86 is #091379. Grayscale: #E3E3E3. Windows color (decimal): -594810 or 8842486. OLE color: 8842486.
HSL color Cylindrical-coordinate representation of color #F6EC86: hue angle of 54.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6EC86 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 134 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.04 |
| HSL | 54.64º | 0.86% | 0.75% | - |
| HSV(B) | 54.64º | 0.46% | 0.96% | - |
| XYZ | 72.3 | 81.3 | 34.44 | - |
| YUV | 227.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 134 | 0 | 0.04 | 0.46 | 0.04 | 54.64 | 0.86 | 0.75 |
| Hex | F6 | EC | 86 | 0 | 4 | 2E | 4 | 37 | 56 | 4B |
| Octal | 366 | 354 | 206 | 0 | 4 | 56 | 4 | 67 | 126 | 113 |
| Binary | 11110110 | 11101100 | 10000110 | 0 | 100 | 101110 | 100 | 110111 | 1010110 | 1001011 |
Color Harmonies of #F6EC86
Complementary color
Monochromatic Colors of #F6EC86
Black with #F6EC86
Text Example
Text Example
White with #F6EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC86; }
p { color: rgb(246,236,134); }
H1.HeaderClassName
{
color: #F6EC86;
}
.AnyTagClassName
{
color: #F6EC86;
}
</style>
background-color css
<style>
a { background-color: #F6EC86; }
a { background-color: rgb(246,236,134); }
div.DivClassName
{
background-color: #F6EC86;
}
.BgClassName
{
background-color: #F6EC86;
}
</style>
border-color css
<style>
span { border-color: #F6EC86; }
span { border-color: rgb(246,236,134); }
td.TdClassName
{
border-color: #F6EC86;
}
.TagClassName
{
border-color: #F6EC86;
}
</style>