Shades of Khaki #F6EF86
Tints of Khaki #F6EF86
RGB
CMYK
RGB Variations
Color information
#F6EF86 (or 0xF6EF86) is known color: Khaki. HEX triplet: F6, EF and 86. RGB value is (246,239,134). Sum of RGB (Red+Green+Blue) = 246+239+134=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EF86 is #091079. Grayscale: #E5E5E5. Windows color (decimal): -594042 or 8843254. OLE color: 8843254.
HSL color Cylindrical-coordinate representation of color #F6EF86: hue angle of 56.25º 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 #F6EF86 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 134 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.04 |
| HSL | 56.25º | 0.86% | 0.75% | - |
| HSV(B) | 56.25º | 0.46% | 0.96% | - |
| XYZ | 73.18 | 83.05 | 34.73 | - |
| YUV | 229.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 134 | 0 | 0.03 | 0.46 | 0.04 | 56.25 | 0.86 | 0.75 |
| Hex | F6 | EF | 86 | 0 | 3 | 2E | 4 | 38 | 56 | 4B |
| Octal | 366 | 357 | 206 | 0 | 3 | 56 | 4 | 70 | 126 | 113 |
| Binary | 11110110 | 11101111 | 10000110 | 0 | 11 | 101110 | 100 | 111000 | 1010110 | 1001011 |
Color Harmonies of #F6EF86
Complementary color
Monochromatic Colors of #F6EF86
Black with #F6EF86
Text Example
Text Example
White with #F6EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EF86; }
p { color: rgb(246,239,134); }
H1.HeaderClassName
{
color: #F6EF86;
}
.AnyTagClassName
{
color: #F6EF86;
}
</style>
background-color css
<style>
a { background-color: #F6EF86; }
a { background-color: rgb(246,239,134); }
div.DivClassName
{
background-color: #F6EF86;
}
.BgClassName
{
background-color: #F6EF86;
}
</style>
border-color css
<style>
span { border-color: #F6EF86; }
span { border-color: rgb(246,239,134); }
td.TdClassName
{
border-color: #F6EF86;
}
.TagClassName
{
border-color: #F6EF86;
}
</style>