Shades of Khaki #F6EE86
Tints of Khaki #F6EE86
RGB
CMYK
RGB Variations
Color information
#F6EE86 (or 0xF6EE86) is known color: Khaki. HEX triplet: F6, EE and 86. RGB value is (246,238,134). Sum of RGB (Red+Green+Blue) = 246+238+134=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EE86 is #091179. Grayscale: #E4E4E4. Windows color (decimal): -594298 or 8842998. OLE color: 8842998.
HSL color Cylindrical-coordinate representation of color #F6EE86: hue angle of 55.71º 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 #F6EE86 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 134 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.04 |
| HSL | 55.71º | 0.86% | 0.75% | - |
| HSV(B) | 55.71º | 0.46% | 0.96% | - |
| XYZ | 72.88 | 82.46 | 34.63 | - |
| YUV | 228.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 134 | 0 | 0.03 | 0.46 | 0.04 | 55.71 | 0.86 | 0.75 |
| Hex | F6 | EE | 86 | 0 | 3 | 2E | 4 | 38 | 56 | 4B |
| Octal | 366 | 356 | 206 | 0 | 3 | 56 | 4 | 70 | 126 | 113 |
| Binary | 11110110 | 11101110 | 10000110 | 0 | 11 | 101110 | 100 | 111000 | 1010110 | 1001011 |
Color Harmonies of #F6EE86
Complementary color
Monochromatic Colors of #F6EE86
Black with #F6EE86
Text Example
Text Example
White with #F6EE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EE86; }
p { color: rgb(246,238,134); }
H1.HeaderClassName
{
color: #F6EE86;
}
.AnyTagClassName
{
color: #F6EE86;
}
</style>
background-color css
<style>
a { background-color: #F6EE86; }
a { background-color: rgb(246,238,134); }
div.DivClassName
{
background-color: #F6EE86;
}
.BgClassName
{
background-color: #F6EE86;
}
</style>
border-color css
<style>
span { border-color: #F6EE86; }
span { border-color: rgb(246,238,134); }
td.TdClassName
{
border-color: #F6EE86;
}
.TagClassName
{
border-color: #F6EE86;
}
</style>