#F6E585

Color #F6E585 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F6E585

Tints of Khaki #F6E585

Color information

#F6E585 (or 0xF6E585) is unknown color: approx Khaki. HEX triplet: F6, E5 and 85. RGB value is (246,229,133). Sum of RGB (Red+Green+Blue) = 246+229+133=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E585 is #091A7A. Grayscale: #DFDFDF. Windows color (decimal): -596603 or 8775158. OLE color: 8775158.

HSL color Cylindrical-coordinate representation of color #F6E585: hue angle of 50.97º 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 #F6E585 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246229133-
CMYK00.070.460.04
HSL50.97º86.26%74.31%-
HSV(B)50.97º45.93%96.47%-
XYZ70.2677.3233.41-
YUV223.1477.13144.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 133 (52.34% from 255) = 21.88%
R=40.46%
G=37.66%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622913300.070.460.0450.9786.2674.31
HexF6E585072E433564a
Octal3663452050756463126112
Binary111101101110010110000101011110111010011001110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E585; }

 p { color: rgb(246,229,133); }

 H1.HeaderClassName
 {
   color: #F6E585;
 }
 .AnyTagClassName
 {
   color: #F6E585;
 }
</style>
background-color css

<style>
 a { background-color: #F6E585; }

 a { background-color: rgb(246,229,133); }

 div.DivClassName
 {
   background-color: #F6E585;
 }
 .BgClassName
 {
   background-color: #F6E585;
 }
</style>
border-color css

<style>
 span { border-color: #F6E585; }

 span { border-color: rgb(246,229,133); }

 td.TdClassName
 {
   border-color: #F6E585;
 }
 .TagClassName
 {
   border-color: #F6E585;
 }
</style>