#9E9161

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

Shades of Gurkha #9E9161

Tints of Gurkha #9E9161

Color information

#9E9161 (or 0x9E9161) is unknown color: approx Gurkha. HEX triplet: 9E, 91 and 61. RGB value is (158,145,97). Sum of RGB (Red+Green+Blue) = 158+145+97=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9161 is #616E9E. Grayscale: #8F8F8F. Windows color (decimal): -6385311 or 6394270. OLE color: 6394270.

HSL color Cylindrical-coordinate representation of color #9E9161: hue angle of 47.21º 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 #9E9161 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15814597-
CMYK00.080.390.38
HSL47.21º23.92%50%-
HSV(B)47.21º38.61%61.96%-
XYZ26.3828.3815.4-
YUV143.42101.81138.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=39.5%
G=36.25%
B=24.25%

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
Decimal1581459700.080.390.3847.2123.9250
Hex9E91610827262f1832
Octal2362211410104746573062
Binary100111101001000111000010100010011110011010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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