#9B9376

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

Shades of Gurkha #9B9376

Tints of Gurkha #9B9376

Color information

#9B9376 (or 0x9B9376) is unknown color: approx Gurkha. HEX triplet: 9B, 93 and 76. RGB value is (155,147,118). Sum of RGB (Red+Green+Blue) = 155+147+118=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9376 is #646C89. Grayscale: #929292. Windows color (decimal): -6581386 or 7771035. OLE color: 7771035.

HSL color Cylindrical-coordinate representation of color #9B9376: hue angle of 47.03º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9376 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB155147118-
CMYK00.050.240.39
HSL47.03º15.61%53.53%-
HSV(B)47.03º23.87%60.78%-
XYZ27.2229.1421.33-
YUV146.09112.15134.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=36.90%
G=35%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514711800.050.240.3947.0315.6153.53
Hex9B93760518272f1036
Octal233223166053047572066
Binary1001101110010011111011001011100010011110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,118); }

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

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

 a { background-color: rgb(155,147,118); }

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

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

 span { border-color: rgb(155,147,118); }

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