#8E6070

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

Shades of Mauve Taupe #8E6070

Tints of Mauve Taupe #8E6070

Color information

#8E6070 (or 0x8E6070) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 70. RGB value is (142,96,112). Sum of RGB (Red+Green+Blue) = 142+96+112=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6070 is #719F8F. Grayscale: #6F6F6F. Windows color (decimal): -7446416 or 7364750. OLE color: 7364750.

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

Color convert

RGB14296112-
CMYK00.320.210.44
HSL339.13º19.33%46.67%-
HSV(B)339.13º32.39%55.69%-
XYZ18.2615.2917.32-
YUV111.58128.24149.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 112 (44.14% from 255) = 32%
R=40.57%
G=27.43%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429611200.320.210.44339.1319.3346.67
Hex8E6070020152C153132f
Octal21614016004025545232357
Binary100011101100000111000001000001010110110010101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,112); }

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

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

 a { background-color: rgb(142,96,112); }

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

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

 span { border-color: rgb(142,96,112); }

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