#958E6A

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

Shades of Gurkha #958E6A

Tints of Gurkha #958E6A

Color information

#958E6A (or 0x958E6A) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 6A. RGB value is (149,142,106). Sum of RGB (Red+Green+Blue) = 149+142+106=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E6A is #6A7195. Grayscale: #8C8C8C. Windows color (decimal): -6975894 or 6983317. OLE color: 6983317.

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

Color convert

RGB149142106-
CMYK00.050.290.42
HSL50.23º16.86%50%-
HSV(B)50.23º28.86%58.43%-
XYZ24.6726.7817.5-
YUV139.99108.82134.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=37.53%
G=35.77%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914210600.050.290.4250.2316.8650
Hex958E6A051D2A321132
Octal225216152053552622162
Binary1001010110001110110101001011110110101011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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