#958E72

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

Shades of Gurkha #958E72

Tints of Gurkha #958E72

Color information

#958E72 (or 0x958E72) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 72. RGB value is (149,142,114). Sum of RGB (Red+Green+Blue) = 149+142+114=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E72 is #6A718D. Grayscale: #8D8D8D. Windows color (decimal): -6975886 or 7507605. OLE color: 7507605.

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

Color convert

RGB149142114-
CMYK00.050.230.42
HSL48º14.17%51.57%-
HSV(B)48º23.49%58.43%-
XYZ25.126.9519.8-
YUV140.9112.82133.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=36.79%
G=35.06%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914211400.050.230.424814.1751.57
Hex958E7205172A30e34
Octal225216162052752601664
Binary100101011000111011100100101101111010101100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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