#959170

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

Shades of Gurkha #959170

Tints of Gurkha #959170

Color information

#959170 (or 0x959170) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 70. RGB value is (149,145,112). Sum of RGB (Red+Green+Blue) = 149+145+112=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #959170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959170 is #6A6E8F. Grayscale: #8E8E8E. Windows color (decimal): -6975120 or 7377301. OLE color: 7377301.

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

Color convert

RGB149145112-
CMYK00.030.250.42
HSL53.51º14.86%51.18%-
HSV(B)53.51º24.83%58.43%-
XYZ25.4427.8119.36-
YUV142.43110.83132.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=36.70%
G=35.71%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914511200.030.250.4253.5114.8651.18
Hex95917003192A36f33
Octal225221160033152661763
Binary10010101100100011110000011110011010101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959170; }

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

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

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

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

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

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

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

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