#F6E389

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

Shades of Khaki #F6E389

Tints of Khaki #F6E389

Color information

#F6E389 (or 0xF6E389) is unknown color: approx Khaki. HEX triplet: F6, E3 and 89. RGB value is (246,227,137). Sum of RGB (Red+Green+Blue) = 246+227+137=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E389 is #091C76. Grayscale: #DEDEDE. Windows color (decimal): -597111 or 9036790. OLE color: 9036790.

HSL color Cylindrical-coordinate representation of color #F6E389: hue angle of 49.54º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6E389 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB246227137-
CMYK00.080.440.04
HSL49.54º85.83%75.1%-
HSV(B)49.54º44.31%96.47%-
XYZ69.9976.3434.71-
YUV222.4279.79144.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 137 (53.91% from 255) = 22.46%
R=40.33%
G=37.21%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622713700.080.440.0449.5485.8375.1
HexF6E389082C432564b
Octal36634321101054462126113
Binary1111011011100011100010010100010110010011001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E389; }

 p { color: rgb(246,227,137); }

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

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

 a { background-color: rgb(246,227,137); }

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

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

 span { border-color: rgb(246,227,137); }

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