#969170

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

Shades of Gurkha #969170

Tints of Gurkha #969170

Color information

#969170 (or 0x969170) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 70. RGB value is (150,145,112). Sum of RGB (Red+Green+Blue) = 150+145+112=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #969170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969170 is #696E8F. Grayscale: #8E8E8E. Windows color (decimal): -6909584 or 7377302. OLE color: 7377302.

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

Color convert

RGB150145112-
CMYK00.030.250.41
HSL52.11º15.32%51.37%-
HSV(B)52.11º25.33%58.82%-
XYZ25.6327.919.36-
YUV142.73110.66133.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=36.86%
G=35.63%
B=27.52%

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
Decimal15014511200.030.250.4152.1115.3251.37
Hex96917003192934f33
Octal226221160033151641763
Binary10010110100100011110000011110011010011101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969170; }

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

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

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

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

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

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

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

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