#96937C

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

Shades of Gurkha #96937C

Tints of Gurkha #96937C

Color information

#96937C (or 0x96937C) is unknown color: approx Gurkha. HEX triplet: 96, 93 and 7C. RGB value is (150,147,124). Sum of RGB (Red+Green+Blue) = 150+147+124=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96937C is #696C83. Grayscale: #919191. Windows color (decimal): -6909060 or 8164246. OLE color: 8164246.

HSL color Cylindrical-coordinate representation of color #96937C: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96937C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150147124-
CMYK00.020.170.41
HSL53.08º11.02%53.73%-
HSV(B)53.08º17.33%58.82%-
XYZ26.6528.8123.22-
YUV145.28115.99131.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=35.63%
G=34.92%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014712400.020.170.4153.0811.0253.73
Hex96937C02112935b36
Octal226223174022151651366
Binary10010110100100111111100010100011010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96937C; }

 p { color: rgb(150,147,124); }

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

<style>
 a { background-color: #96937C; }

 a { background-color: rgb(150,147,124); }

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

<style>
 span { border-color: #96937C; }

 span { border-color: rgb(150,147,124); }

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