Shades of Khaki #F6F085
Tints of Khaki #F6F085
RGB
CMYK
RGB Variations
Color information
#F6F085 (or 0xF6F085) is known color: Khaki. HEX triplet: F6, F0 and 85. RGB value is (246,240,133). Sum of RGB (Red+Green+Blue) = 246+240+133=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F085 is #090F7A. Grayscale: #E6E6E6. Windows color (decimal): -593787 or 8777974. OLE color: 8777974.
HSL color Cylindrical-coordinate representation of color #F6F085: hue angle of 56.81º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6F085 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 133 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.04 |
| HSL | 56.81º | 0.86% | 0.74% | - |
| HSV(B) | 56.81º | 0.46% | 0.96% | - |
| XYZ | 73.4 | 83.61 | 34.46 | - |
| YUV | 229.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 133 | 0 | 0.02 | 0.46 | 0.04 | 56.81 | 0.86 | 0.74 |
| Hex | F6 | F0 | 85 | 0 | 2 | 2E | 4 | 39 | 56 | 4A |
| Octal | 366 | 360 | 205 | 0 | 2 | 56 | 4 | 71 | 126 | 112 |
| Binary | 11110110 | 11110000 | 10000101 | 0 | 10 | 101110 | 100 | 111001 | 1010110 | 1001010 |
Color Harmonies of #F6F085
Complementary color
Monochromatic Colors of #F6F085
Black with #F6F085
Text Example
Text Example
White with #F6F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F085; }
p { color: rgb(246,240,133); }
H1.HeaderClassName
{
color: #F6F085;
}
.AnyTagClassName
{
color: #F6F085;
}
</style>
background-color css
<style>
a { background-color: #F6F085; }
a { background-color: rgb(246,240,133); }
div.DivClassName
{
background-color: #F6F085;
}
.BgClassName
{
background-color: #F6F085;
}
</style>
border-color css
<style>
span { border-color: #F6F085; }
span { border-color: rgb(246,240,133); }
td.TdClassName
{
border-color: #F6F085;
}
.TagClassName
{
border-color: #F6F085;
}
</style>