#9E936D

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

Shades of Gurkha #9E936D

Tints of Gurkha #9E936D

Color information

#9E936D (or 0x9E936D) is unknown color: approx Gurkha. HEX triplet: 9E, 93 and 6D. RGB value is (158,147,109). Sum of RGB (Red+Green+Blue) = 158+147+109=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E936D is #616C92. Grayscale: #929292. Windows color (decimal): -6384787 or 7181214. OLE color: 7181214.

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

Color convert

RGB158147109-
CMYK00.070.310.38
HSL46.53º20.16%52.35%-
HSV(B)46.53º31.01%61.96%-
XYZ27.2929.2418.67-
YUV145.96107.14136.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=38.16%
G=35.51%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814710900.070.310.3846.5320.1652.35
Hex9E936D071F262f1434
Octal236223155073746572464
Binary1001111010010011110110101111111110011010111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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