#F6EC8D

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

Shades of Khaki #F6EC8D

Tints of Khaki #F6EC8D

Color information

#F6EC8D (or 0xF6EC8D) is unknown color: approx Khaki. HEX triplet: F6, EC and 8D. RGB value is (246,236,141). Sum of RGB (Red+Green+Blue) = 246+236+141=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EC8D is #091372. Grayscale: #E4E4E4. Windows color (decimal): -594803 or 9301238. OLE color: 9301238.

HSL color Cylindrical-coordinate representation of color #F6EC8D: hue angle of 54.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6EC8D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB246236141-
CMYK00.040.430.04
HSL54.29º85.37%75.88%-
HSV(B)54.29º42.68%96.47%-
XYZ72.8181.5137.09-
YUV228.1678.81140.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 141 (55.47% from 255) = 22.63%
R=39.49%
G=37.88%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623614100.040.430.0454.2985.3775.88
HexF6EC8D042B436554c
Octal3663542150453466125114
Binary111101101110110010001101010010101110011011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EC8D; }

 p { color: rgb(246,236,141); }

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

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

 a { background-color: rgb(246,236,141); }

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

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

 span { border-color: rgb(246,236,141); }

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