#96917C

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

Shades of Gurkha #96917C

Tints of Gurkha #96917C

Color information

#96917C (or 0x96917C) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 7C. RGB value is (150,145,124). Sum of RGB (Red+Green+Blue) = 150+145+124=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #96917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917C is #696E83. Grayscale: #909090. Windows color (decimal): -6909572 or 8163734. OLE color: 8163734.

HSL color Cylindrical-coordinate representation of color #96917C: hue angle of 48.46º 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 #96917C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150145124-
CMYK00.030.170.41
HSL48.46º11.02%53.73%-
HSV(B)48.46º17.33%58.82%-
XYZ26.3428.1923.12-
YUV144.1116.66132.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=35.80%
G=34.61%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014512400.030.170.4148.4611.0253.73
Hex96917C03112930b36
Octal226221174032151601366
Binary10010110100100011111100011100011010011100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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