#8D6071

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

Shades of Mauve Taupe #8D6071

Tints of Mauve Taupe #8D6071

Color information

#8D6071 (or 0x8D6071) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 71. RGB value is (141,96,113). Sum of RGB (Red+Green+Blue) = 141+96+113=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6071 is #729F8E. Grayscale: #6F6F6F. Windows color (decimal): -7511951 or 7430285. OLE color: 7430285.

HSL color Cylindrical-coordinate representation of color #8D6071: hue angle of 337.33º 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 #8D6071 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14196113-
CMYK00.320.200.45
HSL337.33º18.99%46.47%-
HSV(B)337.33º31.91%55.29%-
XYZ18.1515.2217.6-
YUV111.39128.91149.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=40.29%
G=27.43%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419611300.320.200.45337.3318.9946.47
Hex8D6071020142D151132e
Octal21514016104024555212356
Binary100011011100000111000101000001010010110110101000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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