#958F60

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

Shades of Gurkha #958F60

Tints of Gurkha #958F60

Color information

#958F60 (or 0x958F60) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 60. RGB value is (149,143,96). Sum of RGB (Red+Green+Blue) = 149+143+96=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F60 is #6A709F. Grayscale: #8B8B8B. Windows color (decimal): -6975648 or 6328213. OLE color: 6328213.

HSL color Cylindrical-coordinate representation of color #958F60: hue angle of 53.21º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958F60 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14914396-
CMYK00.040.360.42
HSL53.21º21.63%48.04%-
HSV(B)53.21º35.57%58.43%-
XYZ24.3326.8814.97-
YUV139.44103.49134.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=38.40%
G=36.86%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491439600.040.360.4253.2121.6348.04
Hex958F6004242A351630
Octal225217140044452652660
Binary10010101100011111100000010010010010101011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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