#958E68

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

Shades of Gurkha #958E68

Tints of Gurkha #958E68

Color information

#958E68 (or 0x958E68) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 68. RGB value is (149,142,104). Sum of RGB (Red+Green+Blue) = 149+142+104=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E68 is #6A7197. Grayscale: #8B8B8B. Windows color (decimal): -6975896 or 6852245. OLE color: 6852245.

HSL color Cylindrical-coordinate representation of color #958E68: hue angle of 50.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958E68 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149142104-
CMYK00.050.300.42
HSL50.67º17.79%49.61%-
HSV(B)50.67º30.2%58.43%-
XYZ24.5726.7416.96-
YUV139.76107.82134.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=37.72%
G=35.95%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914210400.050.300.4250.6717.7949.61
Hex958E68051E2A331232
Octal225216150053652632262
Binary1001010110001110110100001011111010101011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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