Shades of Khaki #F6EC8D
Tints of Khaki #F6EC8D
RGB
CMYK
RGB Variations
Color information
#F6EC8D (or 0xF6EC8D) is known color: Khaki. HEX triplet: F6, EC and 8D. RGB value is (246,236,141). Sum of RGB (Red+Green+Blue) = 246+236+141=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EC8D is #091372. Grayscale: #E4E4E4. Windows color (decimal): -594803 or 9301238. OLE color: 9301238.
HSL color Cylindrical-coordinate representation of color #F6EC8D: hue angle of 54.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6EC8D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 141 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.04 |
| HSL | 54.29º | 0.85% | 0.76% | - |
| HSV(B) | 54.29º | 0.43% | 0.96% | - |
| XYZ | 72.81 | 81.51 | 37.09 | - |
| YUV | 228.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 141 | 0 | 0.04 | 0.43 | 0.04 | 54.29 | 0.85 | 0.76 |
| Hex | F6 | EC | 8D | 0 | 4 | 2B | 4 | 36 | 55 | 4C |
| Octal | 366 | 354 | 215 | 0 | 4 | 53 | 4 | 66 | 125 | 114 |
| Binary | 11110110 | 11101100 | 10001101 | 0 | 100 | 101011 | 100 | 110110 | 1010101 | 1001100 |
Color Harmonies of #F6EC8D
Complementary color
Monochromatic Colors of #F6EC8D
Black with #F6EC8D
Text Example
Text Example
White with #F6EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC8D; }
p { color: rgb(246,236,141); }
H1.HeaderClassName
{
color: #F6EC8D;
}
.AnyTagClassName
{
color: #F6EC8D;
}
</style>
background-color css
<style>
a { background-color: #F6EC8D; }
a { background-color: rgb(246,236,141); }
div.DivClassName
{
background-color: #F6EC8D;
}
.BgClassName
{
background-color: #F6EC8D;
}
</style>
border-color css
<style>
span { border-color: #F6EC8D; }
span { border-color: rgb(246,236,141); }
td.TdClassName
{
border-color: #F6EC8D;
}
.TagClassName
{
border-color: #F6EC8D;
}
</style>