#9B9472

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

Shades of Gurkha #9B9472

Tints of Gurkha #9B9472

Color information

#9B9472 (or 0x9B9472) is unknown color: approx Gurkha. HEX triplet: 9B, 94 and 72. RGB value is (155,148,114). Sum of RGB (Red+Green+Blue) = 155+148+114=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9472 is #646B8D. Grayscale: #929292. Windows color (decimal): -6581134 or 7509147. OLE color: 7509147.

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

Color convert

RGB155148114-
CMYK00.050.260.39
HSL49.76º17.01%52.75%-
HSV(B)49.76º26.45%60.78%-
XYZ27.1429.3620.16-
YUV146.22109.82134.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=37.17%
G=35.49%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514811400.050.260.3949.7617.0152.75
Hex9B9472051A27321135
Octal233224162053247622165
Binary1001101110010100111001001011101010011111001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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