#958E70

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

Shades of Gurkha #958E70

Tints of Gurkha #958E70

Color information

#958E70 (or 0x958E70) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 70. RGB value is (149,142,112). Sum of RGB (Red+Green+Blue) = 149+142+112=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E70 is #6A718F. Grayscale: #8C8C8C. Windows color (decimal): -6975888 or 7376533. OLE color: 7376533.

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

Color convert

RGB149142112-
CMYK00.050.250.42
HSL48.65º14.86%51.18%-
HSV(B)48.65º24.83%58.43%-
XYZ24.9926.9119.21-
YUV140.67111.82133.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=36.97%
G=35.24%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914211200.050.250.4248.6514.8651.18
Hex958E7005192A31f33
Octal225216160053152611763
Binary100101011000111011100000101110011010101100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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