#969174

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

Shades of Gurkha #969174

Tints of Gurkha #969174

Color information

#969174 (or 0x969174) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 74. RGB value is (150,145,116). Sum of RGB (Red+Green+Blue) = 150+145+116=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #969174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969174 is #696E8B. Grayscale: #8F8F8F. Windows color (decimal): -6909580 or 7639446. OLE color: 7639446.

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

Color convert

RGB150145116-
CMYK00.030.230.41
HSL51.18º13.93%52.16%-
HSV(B)51.18º22.67%58.82%-
XYZ25.862820.56-
YUV143.19112.66132.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=36.50%
G=35.28%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014511600.030.230.4151.1813.9352.16
Hex96917403172933e34
Octal226221164032751631664
Binary10010110100100011110100011101111010011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969174; }

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

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

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

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

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

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

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

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