#9E9160

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

Shades of Gurkha #9E9160

Tints of Gurkha #9E9160

Color information

#9E9160 (or 0x9E9160) is unknown color: approx Gurkha. HEX triplet: 9E, 91 and 60. RGB value is (158,145,96). Sum of RGB (Red+Green+Blue) = 158+145+96=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9160 is #616E9F. Grayscale: #8F8F8F. Windows color (decimal): -6385312 or 6328734. OLE color: 6328734.

HSL color Cylindrical-coordinate representation of color #9E9160: hue angle of 47.42º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E9160 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15814596-
CMYK00.080.390.38
HSL47.42º24.41%49.8%-
HSV(B)47.42º39.24%61.96%-
XYZ26.3428.3615.15-
YUV143.3101.31138.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=39.60%
G=36.34%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581459600.080.390.3847.4224.4149.8
Hex9E91600827262f1832
Octal2362211400104746573062
Binary100111101001000111000000100010011110011010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,96); }

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

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

 a { background-color: rgb(158,145,96); }

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

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

 span { border-color: rgb(158,145,96); }

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