#9B9277

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

Shades of Gurkha #9B9277

Tints of Gurkha #9B9277

Color information

#9B9277 (or 0x9B9277) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 77. RGB value is (155,146,119). Sum of RGB (Red+Green+Blue) = 155+146+119=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9277 is #646D88. Grayscale: #919191. Windows color (decimal): -6581641 or 7836315. OLE color: 7836315.

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

Color convert

RGB155146119-
CMYK00.060.230.39
HSL45º15.25%53.73%-
HSV(B)45º23.23%60.78%-
XYZ27.1328.8621.59-
YUV145.61112.98134.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=36.90%
G=34.76%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514611900.060.230.394515.2553.73
Hex9B92770617272df36
Octal233222167062747551766
Binary100110111001001011101110110101111001111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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