#959079

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

Shades of Gurkha #959079

Tints of Gurkha #959079

Color information

#959079 (or 0x959079) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 79. RGB value is (149,144,121). Sum of RGB (Red+Green+Blue) = 149+144+121=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #959079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959079 is #6A6F86. Grayscale: #8E8E8E. Windows color (decimal): -6975367 or 7966869. OLE color: 7966869.

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

Color convert

RGB149144121-
CMYK00.030.190.42
HSL49.29º11.67%52.94%-
HSV(B)49.29º18.79%58.43%-
XYZ25.8227.7222.08-
YUV142.87115.66132.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=35.99%
G=34.78%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914412100.030.190.4249.2911.6752.94
Hex95907903132A31c35
Octal225220171032352611465
Binary10010101100100001111001011100111010101100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959079; }

 p { color: rgb(149,144,121); }

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

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

 a { background-color: rgb(149,144,121); }

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

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

 span { border-color: rgb(149,144,121); }

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