#9E945A

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

Shades of Gurkha #9E945A

Tints of Gurkha #9E945A

Color information

#9E945A (or 0x9E945A) is unknown color: approx Gurkha. HEX triplet: 9E, 94 and 5A. RGB value is (158,148,90). Sum of RGB (Red+Green+Blue) = 158+148+90=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E945A is #616BA5. Grayscale: #909090. Windows color (decimal): -6384550 or 5936286. OLE color: 5936286.

HSL color Cylindrical-coordinate representation of color #9E945A: hue angle of 51.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E945A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB15814890-
CMYK00.060.430.38
HSL51.18º27.42%48.63%-
HSV(B)51.18º43.04%61.96%-
XYZ26.5429.1913.91-
YUV144.3897.31137.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=39.90%
G=37.37%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581489000.060.430.3851.1827.4248.63
Hex9E945A062B26331b31
Octal236224132065346633361
Binary10011110100101001011010011010101110011011001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,148,90); }

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

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

 a { background-color: rgb(158,148,90); }

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

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

 span { border-color: rgb(158,148,90); }

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