#8E5E6D

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

Shades of Mauve Taupe #8E5E6D

Tints of Mauve Taupe #8E5E6D

Color information

#8E5E6D (or 0x8E5E6D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5E and 6D. RGB value is (142,94,109). Sum of RGB (Red+Green+Blue) = 142+94+109=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E6D is #71A192. Grayscale: #6E6E6E. Windows color (decimal): -7446931 or 7167630. OLE color: 7167630.

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

Color convert

RGB14294109-
CMYK00.340.230.44
HSL341.25º20.34%46.27%-
HSV(B)341.25º33.8%55.69%-
XYZ17.9214.8616.39-
YUV110.06127.4150.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=41.16%
G=27.25%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429410900.340.230.44341.2520.3446.27
Hex8E5E6D022172C155142e
Octal21613615504227545252456
Binary100011101011110110110101000101011110110010101010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,109); }

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

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

 a { background-color: rgb(142,94,109); }

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

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

 span { border-color: rgb(142,94,109); }

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