#959172

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

Shades of Gurkha #959172

Tints of Gurkha #959172

Color information

#959172 (or 0x959172) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 72. RGB value is (149,145,114). Sum of RGB (Red+Green+Blue) = 149+145+114=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #959172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959172 is #6A6E8D. Grayscale: #8E8E8E. Windows color (decimal): -6975118 or 7508373. OLE color: 7508373.

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

Color convert

RGB149145114-
CMYK00.030.230.42
HSL53.14º14.17%51.57%-
HSV(B)53.14º23.49%58.43%-
XYZ25.5627.8619.95-
YUV142.66111.83132.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=36.52%
G=35.54%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914511400.030.230.4253.1414.1751.57
Hex95917203172A35e34
Octal225221162032752651664
Binary10010101100100011110010011101111010101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959172; }

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

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

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

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

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

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

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

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