#9E9363

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

Shades of Gurkha #9E9363

Tints of Gurkha #9E9363

Color information

#9E9363 (or 0x9E9363) is unknown color: approx Gurkha. HEX triplet: 9E, 93 and 63. RGB value is (158,147,99). Sum of RGB (Red+Green+Blue) = 158+147+99=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9363 is #616C9C. Grayscale: #919191. Windows color (decimal): -6384797 or 6525854. OLE color: 6525854.

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

Color convert

RGB15814799-
CMYK00.070.370.38
HSL48.81º23.32%50.39%-
HSV(B)48.81º37.34%61.96%-
XYZ26.7929.0416-
YUV144.82102.14137.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.11%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=39.11%
G=36.39%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581479900.070.370.3848.8123.3250.39
Hex9E9363072526311732
Octal236223143074546612762
Binary10011110100100111100011011110010110011011000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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