#8E626E

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

Shades of Mauve Taupe #8E626E

Tints of Mauve Taupe #8E626E

Color information

#8E626E (or 0x8E626E) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 62 and 6E. RGB value is (142,98,110). Sum of RGB (Red+Green+Blue) = 142+98+110=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E626E is #719D91. Grayscale: #707070. Windows color (decimal): -7445906 or 7234190. OLE color: 7234190.

HSL color Cylindrical-coordinate representation of color #8E626E: hue angle of 343.64º 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 #8E626E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14298110-
CMYK00.310.230.44
HSL343.64º18.33%47.06%-
HSV(B)343.64º30.99%55.69%-
XYZ18.3415.6116.8-
YUV112.52126.58149.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=40.57%
G=28%
B=31.43%

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
Decimal1429811000.310.230.44343.6418.3347.06
Hex8E626E01F172C158122f
Octal21614215603727545302257
Binary10001110110001011011100111111011110110010101100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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