#958D70

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

Shades of Gurkha #958D70

Tints of Gurkha #958D70

Color information

#958D70 (or 0x958D70) is unknown color: approx Gurkha. HEX triplet: 95, 8D and 70. RGB value is (149,141,112). Sum of RGB (Red+Green+Blue) = 149+141+112=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D70 is #6A728F. Grayscale: #8C8C8C. Windows color (decimal): -6976144 or 7376277. OLE color: 7376277.

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

Color convert

RGB149141112-
CMYK00.050.250.42
HSL47.03º14.86%51.18%-
HSV(B)47.03º24.83%58.43%-
XYZ24.8426.6119.16-
YUV140.09112.15134.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=37.06%
G=35.07%
B=27.86%

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
Decimal14914111200.050.250.4247.0314.8651.18
Hex958D7005192A2ff33
Octal225215160053152571763
Binary100101011000110111100000101110011010101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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