#f6ef86

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

Shades of Khaki #F6EF86

Tints of Khaki #F6EF86

Color information

#F6EF86 (or 0xF6EF86) is unknown color: approx Khaki. HEX triplet: F6, EF and 86. RGB value is (246,239,134). Sum of RGB (Red+Green+Blue) = 246+239+134=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EF86 is #091079. Grayscale: #E5E5E5. Windows color (decimal): -594042 or 8843254. OLE color: 8843254.

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

Color convert

RGB246239134-
CMYK00.030.460.04
HSL56.25º86.15%74.51%-
HSV(B)56.25º45.53%96.47%-
XYZ73.1883.0534.73-
YUV229.1274.32140.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 134 (52.73% from 255) = 21.65%
R=39.74%
G=38.61%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623913400.030.460.0456.2586.1574.51
HexF6EF86032E438564b
Octal3663572060356470126113
Binary11110110111011111000011001110111010011100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6ef86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6ef86; }

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

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

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

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

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

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

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

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