#8E626D

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

Shades of Mauve Taupe #8E626D

Tints of Mauve Taupe #8E626D

Color information

#8E626D (or 0x8E626D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 62 and 6D. RGB value is (142,98,109). Sum of RGB (Red+Green+Blue) = 142+98+109=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E626D is #719D92. Grayscale: #707070. Windows color (decimal): -7445907 or 7168654. OLE color: 7168654.

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

Color convert

RGB14298109-
CMYK00.310.230.44
HSL345º18.33%47.06%-
HSV(B)345º30.99%55.69%-
XYZ18.2815.5916.51-
YUV112.41126.08149.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=40.69%
G=28.08%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429810900.310.230.4434518.3347.06
Hex8E626D01F172C159122f
Octal21614215503727545312257
Binary10001110110001011011010111111011110110010101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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