#9B9777

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

Shades of Gurkha #9B9777

Tints of Gurkha #9B9777

Color information

#9B9777 (or 0x9B9777) is unknown color: approx Gurkha. HEX triplet: 9B, 97 and 77. RGB value is (155,151,119). Sum of RGB (Red+Green+Blue) = 155+151+119=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9777 is #646888. Grayscale: #949494. Windows color (decimal): -6580361 or 7837595. OLE color: 7837595.

HSL color Cylindrical-coordinate representation of color #9B9777: hue angle of 53.33º 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 #9B9777 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155151119-
CMYK00.030.230.39
HSL53.33º15.25%53.73%-
HSV(B)53.33º23.23%60.78%-
XYZ27.9130.4321.86-
YUV148.55111.33132.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 119 (46.88% from 255) = 28%
R=36.47%
G=35.53%
B=28%

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
Decimal15515111900.030.230.3953.3315.2553.73
Hex9B977703172735f36
Octal233227167032747651766
Binary10011011100101111110111011101111001111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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