#959071

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

Shades of Gurkha #959071

Tints of Gurkha #959071

Color information

#959071 (or 0x959071) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 71. RGB value is (149,144,113). Sum of RGB (Red+Green+Blue) = 149+144+113=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #959071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959071 is #6A6F8E. Grayscale: #8E8E8E. Windows color (decimal): -6975375 or 7442581. OLE color: 7442581.

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

Color convert

RGB149144113-
CMYK00.030.240.42
HSL51.67º14.52%51.37%-
HSV(B)51.67º24.16%58.43%-
XYZ25.3527.5319.6-
YUV141.96111.66133.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=36.70%
G=35.47%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914411300.030.240.4251.6714.5251.37
Hex95907103182A34f33
Octal225220161033052641763
Binary10010101100100001110001011110001010101101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959071; }

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

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

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

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

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

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

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

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