#9B9677

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

Shades of Gurkha #9B9677

Tints of Gurkha #9B9677

Color information

#9B9677 (or 0x9B9677) is unknown color: approx Gurkha. HEX triplet: 9B, 96 and 77. RGB value is (155,150,119). Sum of RGB (Red+Green+Blue) = 155+150+119=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9677 is #646988. Grayscale: #949494. Windows color (decimal): -6580617 or 7837339. OLE color: 7837339.

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

Color convert

RGB155150119-
CMYK00.030.230.39
HSL51.67º15.25%53.73%-
HSV(B)51.67º23.23%60.78%-
XYZ27.7530.1121.8-
YUV147.96111.66133.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=36.56%
G=35.38%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515011900.030.230.3951.6715.2553.73
Hex9B967703172734f36
Octal233226167032747641766
Binary10011011100101101110111011101111001111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,119); }

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

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

 a { background-color: rgb(155,150,119); }

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

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

 span { border-color: rgb(155,150,119); }

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