#9E9361

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

Shades of Gurkha #9E9361

Tints of Gurkha #9E9361

Color information

#9E9361 (or 0x9E9361) is unknown color: approx Gurkha. HEX triplet: 9E, 93 and 61. RGB value is (158,147,97). Sum of RGB (Red+Green+Blue) = 158+147+97=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9361 is #616C9E. Grayscale: #909090. Windows color (decimal): -6384799 or 6394782. OLE color: 6394782.

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

Color convert

RGB15814797-
CMYK00.070.390.38
HSL49.18º23.92%50%-
HSV(B)49.18º38.61%61.96%-
XYZ26.692915.5-
YUV144.59101.14137.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.30%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=39.30%
G=36.57%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581479700.070.390.3849.1823.9250
Hex9E9361072726311832
Octal236223141074746613062
Binary10011110100100111100001011110011110011011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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