#9B9779

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

Shades of Gurkha #9B9779

Tints of Gurkha #9B9779

Color information

#9B9779 (or 0x9B9779) is unknown color: approx Gurkha. HEX triplet: 9B, 97 and 79. RGB value is (155,151,121). Sum of RGB (Red+Green+Blue) = 155+151+121=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9779 is #646886. Grayscale: #949494. Windows color (decimal): -6580359 or 7968667. OLE color: 7968667.

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

Color convert

RGB155151121-
CMYK00.030.220.39
HSL52.94º14.53%54.12%-
HSV(B)52.94º21.94%60.78%-
XYZ28.0430.4822.5-
YUV148.78112.33132.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=36.30%
G=35.36%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515112100.030.220.3952.9414.5354.12
Hex9B977903162735f36
Octal233227171032647651766
Binary10011011100101111111001011101101001111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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