#8E596B

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

Shades of Mauve Taupe #8E596B

Tints of Mauve Taupe #8E596B

Color information

#8E596B (or 0x8E596B) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 6B. RGB value is (142,89,107). Sum of RGB (Red+Green+Blue) = 142+89+107=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E596B is #71A694. Grayscale: #6A6A6A. Windows color (decimal): -7448213 or 7035278. OLE color: 7035278.

HSL color Cylindrical-coordinate representation of color #8E596B: hue angle of 339.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E596B is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14289107-
CMYK00.370.250.44
HSL339.62º22.94%45.29%-
HSV(B)339.62º37.32%55.69%-
XYZ17.3813.9615.69-
YUV106.9128.06153.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=42.01%
G=26.33%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910700.370.250.44339.6222.9445.29
Hex8E596B025192C154172d
Octal21613115304531545242755
Binary100011101011001110101101001011100110110010101010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E596B; }

 p { color: rgb(142,89,107); }

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

<style>
 a { background-color: #8E596B; }

 a { background-color: rgb(142,89,107); }

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

<style>
 span { border-color: #8E596B; }

 span { border-color: rgb(142,89,107); }

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