#96917B

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

Shades of Gurkha #96917B

Tints of Gurkha #96917B

Color information

#96917B (or 0x96917B) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 7B. RGB value is (150,145,123). Sum of RGB (Red+Green+Blue) = 150+145+123=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #96917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917B is #696E84. Grayscale: #909090. Windows color (decimal): -6909573 or 8098198. OLE color: 8098198.

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

Color convert

RGB150145123-
CMYK00.030.180.41
HSL48.89º11.39%53.53%-
HSV(B)48.89º18%58.82%-
XYZ26.2828.1622.79-
YUV143.99116.16132.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=35.89%
G=34.69%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014512300.030.180.4148.8911.3953.53
Hex96917B03122931b36
Octal226221173032251611366
Binary10010110100100011111011011100101010011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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