#958E71

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

Shades of Gurkha #958E71

Tints of Gurkha #958E71

Color information

#958E71 (or 0x958E71) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 71. RGB value is (149,142,113). Sum of RGB (Red+Green+Blue) = 149+142+113=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E71 is #6A718E. Grayscale: #8C8C8C. Windows color (decimal): -6975887 or 7442069. OLE color: 7442069.

HSL color Cylindrical-coordinate representation of color #958E71: hue angle of 48.33º 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 #958E71 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB149142113-
CMYK00.050.240.42
HSL48.33º14.52%51.37%-
HSV(B)48.33º24.16%58.43%-
XYZ25.0526.9319.5-
YUV140.79112.32133.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=36.88%
G=35.15%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914211300.050.240.4248.3314.5251.37
Hex958E7105182A30f33
Octal225216161053052601763
Binary100101011000111011100010101110001010101100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E71; }

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

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

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

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

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

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

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

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