#9B956C

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

Shades of Gurkha #9B956C

Tints of Gurkha #9B956C

Color information

#9B956C (or 0x9B956C) is unknown color: approx Gurkha. HEX triplet: 9B, 95 and 6C. RGB value is (155,149,108). Sum of RGB (Red+Green+Blue) = 155+149+108=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B956C is #646A93. Grayscale: #929292. Windows color (decimal): -6580884 or 7116187. OLE color: 7116187.

HSL color Cylindrical-coordinate representation of color #9B956C: hue angle of 52.34º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B956C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155149108-
CMYK00.040.300.39
HSL52.34º19.03%51.57%-
HSV(B)52.34º30.32%60.78%-
XYZ26.9729.5518.47-
YUV146.12106.49134.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=37.62%
G=36.17%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514910800.040.300.3952.3419.0351.57
Hex9B956C041E27341334
Octal233225154043647642364
Binary1001101110010101110110001001111010011111010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,108); }

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

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

 a { background-color: rgb(155,149,108); }

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

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

 span { border-color: rgb(155,149,108); }

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