#8E6471

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

Shades of Mauve Taupe #8E6471

Tints of Mauve Taupe #8E6471

Color information

#8E6471 (or 0x8E6471) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 64 and 71. RGB value is (142,100,113). Sum of RGB (Red+Green+Blue) = 142+100+113=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6471 is #719B8E. Grayscale: #727272. Windows color (decimal): -7445391 or 7431310. OLE color: 7431310.

HSL color Cylindrical-coordinate representation of color #8E6471: hue angle of 341.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6471 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB142100113-
CMYK00.300.200.44
HSL341.43º17.36%47.45%-
HSV(B)341.43º29.58%55.69%-
XYZ18.6916.0617.74-
YUV114.04127.41147.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=40%
G=28.17%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210011300.300.200.44341.4317.3647.45
Hex8E647101E142C155112f
Octal21614416103624545252157
Binary10001110110010011100010111101010010110010101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,113); }

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

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

 a { background-color: rgb(142,100,113); }

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

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

 span { border-color: rgb(142,100,113); }

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