#958E69

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

Shades of Gurkha #958E69

Tints of Gurkha #958E69

Color information

#958E69 (or 0x958E69) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 69. RGB value is (149,142,105). Sum of RGB (Red+Green+Blue) = 149+142+105=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E69 is #6A7196. Grayscale: #8C8C8C. Windows color (decimal): -6975895 or 6917781. OLE color: 6917781.

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

Color convert

RGB149142105-
CMYK00.050.300.42
HSL50.45º17.32%49.8%-
HSV(B)50.45º29.53%58.43%-
XYZ24.6226.7617.23-
YUV139.88108.32134.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=37.63%
G=35.86%
B=26.52%

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
Decimal14914210500.050.300.4250.4517.3249.8
Hex958E69051E2A321132
Octal225216151053652622162
Binary1001010110001110110100101011111010101011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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