Shades of Khaki #F6E883
Tints of Khaki #F6E883
RGB
CMYK
RGB Variations
Color information
#F6E883 (or 0xF6E883) is known color: Khaki. HEX triplet: F6, E8 and 83. RGB value is (246,232,131). Sum of RGB (Red+Green+Blue) = 246+232+131=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E883 is #09177C. Grayscale: #E1E1E1. Windows color (decimal): -595837 or 8644854. OLE color: 8644854.
HSL color Cylindrical-coordinate representation of color #F6E883: hue angle of 52.7º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6E883 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 131 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.04 |
| HSL | 52.7º | 0.86% | 0.74% | - |
| HSV(B) | 52.7º | 0.47% | 0.96% | - |
| XYZ | 70.96 | 78.94 | 32.97 | - |
| YUV | 224.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 131 | 0 | 0.06 | 0.47 | 0.04 | 52.7 | 0.86 | 0.74 |
| Hex | F6 | E8 | 83 | 0 | 6 | 2F | 4 | 35 | 56 | 4A |
| Octal | 366 | 350 | 203 | 0 | 6 | 57 | 4 | 65 | 126 | 112 |
| Binary | 11110110 | 11101000 | 10000011 | 0 | 110 | 101111 | 100 | 110101 | 1010110 | 1001010 |
Color Harmonies of #F6E883
Complementary color
Monochromatic Colors of #F6E883
Black with #F6E883
Text Example
Text Example
White with #F6E883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E883; }
p { color: rgb(246,232,131); }
H1.HeaderClassName
{
color: #F6E883;
}
.AnyTagClassName
{
color: #F6E883;
}
</style>
background-color css
<style>
a { background-color: #F6E883; }
a { background-color: rgb(246,232,131); }
div.DivClassName
{
background-color: #F6E883;
}
.BgClassName
{
background-color: #F6E883;
}
</style>
border-color css
<style>
span { border-color: #F6E883; }
span { border-color: rgb(246,232,131); }
td.TdClassName
{
border-color: #F6E883;
}
.TagClassName
{
border-color: #F6E883;
}
</style>