#96917D

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

Shades of Gurkha #96917D

Tints of Gurkha #96917D

Color information

#96917D (or 0x96917D) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 7D. RGB value is (150,145,125). Sum of RGB (Red+Green+Blue) = 150+145+125=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917D is #696E82. Grayscale: #909090. Windows color (decimal): -6909571 or 8229270. OLE color: 8229270.

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

Color convert

RGB150145125-
CMYK00.030.170.41
HSL48º10.64%53.92%-
HSV(B)48º16.67%58.82%-
XYZ26.428.2223.46-
YUV144.22117.16132.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=35.71%
G=34.52%
B=29.76%

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
Decimal15014512500.030.170.414810.6453.92
Hex96917D03112930b36
Octal226221175032151601366
Binary10010110100100011111101011100011010011100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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