#8E5B6F

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

Shades of Mauve Taupe #8E5B6F

Tints of Mauve Taupe #8E5B6F

Color information

#8E5B6F (or 0x8E5B6F) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5B and 6F. RGB value is (142,91,111). Sum of RGB (Red+Green+Blue) = 142+91+111=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B6F is #71A490. Grayscale: #6C6C6C. Windows color (decimal): -7447697 or 7297934. OLE color: 7297934.

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

Color convert

RGB14291111-
CMYK00.360.220.44
HSL336.47º21.89%45.69%-
HSV(B)336.47º35.92%55.69%-
XYZ17.7714.3816.88-
YUV108.53129.4151.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=41.28%
G=26.45%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429111100.360.220.44336.4721.8945.69
Hex8E5B6F024162C150162e
Octal21613315704426545202656
Binary100011101011011110111101001001011010110010101000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,91,111); }

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

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

 a { background-color: rgb(142,91,111); }

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

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

 span { border-color: rgb(142,91,111); }

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