#9B9272

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

Shades of Gurkha #9B9272

Tints of Gurkha #9B9272

Color information

#9B9272 (or 0x9B9272) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 72. RGB value is (155,146,114). Sum of RGB (Red+Green+Blue) = 155+146+114=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9272 is #646D8D. Grayscale: #919191. Windows color (decimal): -6581646 or 7508635. OLE color: 7508635.

HSL color Cylindrical-coordinate representation of color #9B9272: hue angle of 46.83º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B9272 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB155146114-
CMYK00.060.260.39
HSL46.83º17.01%52.75%-
HSV(B)46.83º26.45%60.78%-
XYZ26.8328.7420.05-
YUV145.04110.48135.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=37.35%
G=35.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514611400.060.260.3946.8317.0152.75
Hex9B9272061A272f1135
Octal233222162063247572165
Binary1001101110010010111001001101101010011110111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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