#969171

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

Shades of Gurkha #969171

Tints of Gurkha #969171

Color information

#969171 (or 0x969171) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 71. RGB value is (150,145,113). Sum of RGB (Red+Green+Blue) = 150+145+113=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #969171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969171 is #696E8E. Grayscale: #8E8E8E. Windows color (decimal): -6909583 or 7442838. OLE color: 7442838.

HSL color Cylindrical-coordinate representation of color #969171: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969171 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150145113-
CMYK00.030.250.41
HSL51.89º14.98%51.57%-
HSV(B)51.89º24.67%58.82%-
XYZ25.6827.9319.66-
YUV142.85111.16133.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=36.76%
G=35.54%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014511300.030.250.4151.8914.9851.57
Hex96917103192934f34
Octal226221161033151641764
Binary10010110100100011110001011110011010011101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969171; }

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

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

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

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

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

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

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

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