#F6EB86

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

Shades of Khaki #F6EB86

Tints of Khaki #F6EB86

Color information

#F6EB86 (or 0xF6EB86) is unknown color: approx Khaki. HEX triplet: F6, EB and 86. RGB value is (246,235,134). Sum of RGB (Red+Green+Blue) = 246+235+134=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EB86 is #091479. Grayscale: #E3E3E3. Windows color (decimal): -595066 or 8842230. OLE color: 8842230.

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

Color convert

RGB246235134-
CMYK00.040.460.04
HSL54.11º86.15%74.51%-
HSV(B)54.11º45.53%96.47%-
XYZ72.0280.7334.34-
YUV226.7875.64141.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 134 (52.73% from 255) = 21.79%
R=40%
G=38.21%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623513400.040.460.0454.1186.1574.51
HexF6EB86042E436564b
Octal3663532060456466126113
Binary111101101110101110000110010010111010011011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EB86; }

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

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

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

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

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

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

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

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