#8D6070

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

Shades of Mauve Taupe #8D6070

Tints of Mauve Taupe #8D6070

Color information

#8D6070 (or 0x8D6070) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 70. RGB value is (141,96,112). Sum of RGB (Red+Green+Blue) = 141+96+112=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6070 is #729F8F. Grayscale: #6F6F6F. Windows color (decimal): -7511952 or 7364749. OLE color: 7364749.

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

Color convert

RGB14196112-
CMYK00.320.210.45
HSL338.67º18.99%46.47%-
HSV(B)338.67º31.91%55.29%-
XYZ18.0915.217.31-
YUV111.28128.41149.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=40.40%
G=27.51%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419611200.320.210.45338.6718.9946.47
Hex8D6070020152D153132e
Octal21514016004025555232356
Binary100011011100000111000001000001010110110110101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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