#F6E686

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

Shades of Khaki #F6E686

Tints of Khaki #F6E686

Color information

#F6E686 (or 0xF6E686) is unknown color: approx Khaki. HEX triplet: F6, E6 and 86. RGB value is (246,230,134). Sum of RGB (Red+Green+Blue) = 246+230+134=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E686 is #091979. Grayscale: #E0E0E0. Windows color (decimal): -596346 or 8840950. OLE color: 8840950.

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

Color convert

RGB246230134-
CMYK00.070.460.04
HSL51.43º86.15%74.51%-
HSV(B)51.43º45.53%96.47%-
XYZ70.6177.9133.87-
YUV223.8477.3143.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=40.33%
G=37.70%
B=21.97%

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
Decimal24623013400.070.460.0451.4386.1574.51
HexF6E686072E433564b
Octal3663462060756463126113
Binary111101101110011010000110011110111010011001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E686; }

 p { color: rgb(246,230,134); }

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

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

 a { background-color: rgb(246,230,134); }

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

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

 span { border-color: rgb(246,230,134); }

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