Shades of Khaki #F6E48B
Tints of Khaki #F6E48B
RGB
CMYK
RGB Variations
Color information
#F6E48B (or 0xF6E48B) is known color: Khaki. HEX triplet: F6, E4 and 8B. RGB value is (246,228,139). Sum of RGB (Red+Green+Blue) = 246+228+139=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E48B is #091B74. Grayscale: #DFDFDF. Windows color (decimal): -596853 or 9168118. OLE color: 9168118.
HSL color Cylindrical-coordinate representation of color #F6E48B: hue angle of 49.91º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6E48B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 139 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.04 |
| HSL | 49.91º | 0.86% | 0.75% | - |
| HSV(B) | 49.91º | 0.43% | 0.96% | - |
| XYZ | 70.41 | 76.94 | 35.57 | - |
| YUV | 223.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 139 | 0 | 0.07 | 0.43 | 0.04 | 49.91 | 0.86 | 0.75 |
| Hex | F6 | E4 | 8B | 0 | 7 | 2B | 4 | 32 | 56 | 4B |
| Octal | 366 | 344 | 213 | 0 | 7 | 53 | 4 | 62 | 126 | 113 |
| Binary | 11110110 | 11100100 | 10001011 | 0 | 111 | 101011 | 100 | 110010 | 1010110 | 1001011 |
Color Harmonies of #F6E48B
Complementary color
Monochromatic Colors of #F6E48B
Black with #F6E48B
Text Example
Text Example
White with #F6E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E48B; }
p { color: rgb(246,228,139); }
H1.HeaderClassName
{
color: #F6E48B;
}
.AnyTagClassName
{
color: #F6E48B;
}
</style>
background-color css
<style>
a { background-color: #F6E48B; }
a { background-color: rgb(246,228,139); }
div.DivClassName
{
background-color: #F6E48B;
}
.BgClassName
{
background-color: #F6E48B;
}
</style>
border-color css
<style>
span { border-color: #F6E48B; }
span { border-color: rgb(246,228,139); }
td.TdClassName
{
border-color: #F6E48B;
}
.TagClassName
{
border-color: #F6E48B;
}
</style>