#9E8E5F

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

Shades of Gurkha #9E8E5F

Tints of Gurkha #9E8E5F

Color information

#9E8E5F (or 0x9E8E5F) is unknown color: approx Gurkha. HEX triplet: 9E, 8E and 5F. RGB value is (158,142,95). Sum of RGB (Red+Green+Blue) = 158+142+95=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8E5F is #6171A0. Grayscale: #8D8D8D. Windows color (decimal): -6386081 or 6262430. OLE color: 6262430.

HSL color Cylindrical-coordinate representation of color #9E8E5F: hue angle of 44.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8E5F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15814295-
CMYK00.100.400.38
HSL44.76º24.9%49.61%-
HSV(B)44.76º39.87%61.96%-
XYZ25.8427.4414.76-
YUV141.43101.8139.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=40%
G=35.95%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581429500.100.400.3844.7624.949.61
Hex9E8E5F0A28262d1932
Octal2362161370125046553162
Binary100111101000111010111110101010100010011010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8E5F; }

 p { color: rgb(158,142,95); }

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

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

 a { background-color: rgb(158,142,95); }

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

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

 span { border-color: rgb(158,142,95); }

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