#9E5D76

Color #9E5D76 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9E5D76

Tints of Mauve Taupe #9E5D76

Color information

#9E5D76 (or 0x9E5D76) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 5D and 76. RGB value is (158,93,118). Sum of RGB (Red+Green+Blue) = 158+93+118=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5D76 is #61A289. Grayscale: #737373. Windows color (decimal): -6398602 or 7757214. OLE color: 7757214.

HSL color Cylindrical-coordinate representation of color #9E5D76: hue angle of 336.92º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E5D76 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15893118-
CMYK00.410.250.38
HSL336.92º25.9%49.22%-
HSV(B)336.92º41.14%61.96%-
XYZ21.2816.4119.18-
YUV115.28129.53158.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=42.82%
G=25.20%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589311800.410.250.38336.9225.949.22
Hex9E5D7602919261511a31
Octal23613516605131465213261
Binary100111101011101111011001010011100110011010101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5D76; }

 p { color: rgb(158,93,118); }

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

<style>
 a { background-color: #9E5D76; }

 a { background-color: rgb(158,93,118); }

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

<style>
 span { border-color: #9E5D76; }

 span { border-color: rgb(158,93,118); }

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