#F6EB8B

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

Shades of Khaki #F6EB8B

Tints of Khaki #F6EB8B

Color information

#F6EB8B (or 0xF6EB8B) is unknown color: approx Khaki. HEX triplet: F6, EB and 8B. RGB value is (246,235,139). Sum of RGB (Red+Green+Blue) = 246+235+139=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 139 (54.69% from 255 or 22.42% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EB8B is #091474. Grayscale: #E3E3E3. Windows color (decimal): -595061 or 9169910. OLE color: 9169910.

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

Color convert

RGB246235139-
CMYK00.040.430.04
HSL53.83º85.6%75.49%-
HSV(B)53.83º43.5%96.47%-
XYZ72.3780.8736.22-
YUV227.3478.14141.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 139 (54.69% from 255) = 22.42%
R=39.68%
G=37.90%
B=22.42%

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
Decimal24623513900.040.430.0453.8385.675.49
HexF6EB8B042B436564b
Octal3663532130453466126113
Binary111101101110101110001011010010101110011011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EB8B; }

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

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

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

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

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

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

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

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