#958F70

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

Shades of Gurkha #958F70

Tints of Gurkha #958F70

Color information

#958F70 (or 0x958F70) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 70. RGB value is (149,143,112). Sum of RGB (Red+Green+Blue) = 149+143+112=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F70 is #6A708F. Grayscale: #8D8D8D. Windows color (decimal): -6975632 or 7376789. OLE color: 7376789.

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

Color convert

RGB149143112-
CMYK00.040.250.42
HSL50.27º14.86%51.18%-
HSV(B)50.27º24.83%58.43%-
XYZ25.1427.219.26-
YUV141.26111.49133.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=36.88%
G=35.40%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914311200.040.250.4250.2714.8651.18
Hex958F7004192A32f33
Octal225217160043152621763
Binary100101011000111111100000100110011010101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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