#9c936c

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

Shades of Gurkha #9C936C

Tints of Gurkha #9C936C

Color information

#9C936C (or 0x9C936C) is unknown color: approx Gurkha. HEX triplet: 9C, 93 and 6C. RGB value is (156,147,108). Sum of RGB (Red+Green+Blue) = 156+147+108=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C936C is #636C93. Grayscale: #919191. Windows color (decimal): -6515860 or 7115676. OLE color: 7115676.

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

Color convert

RGB156147108-
CMYK00.060.310.39
HSL48.75º19.51%51.76%-
HSV(B)48.75º30.77%61.18%-
XYZ26.8529.0218.37-
YUV145.24106.98135.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=37.96%
G=35.77%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614710800.060.310.3948.7519.5151.76
Hex9C936C061F27311434
Octal234223154063747612464
Binary1001110010010011110110001101111110011111000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c936c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,108); }

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

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

 a { background-color: rgb(156,147,108); }

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

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

 span { border-color: rgb(156,147,108); }

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