#8D6671

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

Shades of Mauve Taupe #8D6671

Tints of Mauve Taupe #8D6671

Color information

#8D6671 (or 0x8D6671) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 66 and 71. RGB value is (141,102,113). Sum of RGB (Red+Green+Blue) = 141+102+113=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6671 is #72998E. Grayscale: #727272. Windows color (decimal): -7510415 or 7431821. OLE color: 7431821.

HSL color Cylindrical-coordinate representation of color #8D6671: hue angle of 343.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6671 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB141102113-
CMYK00.280.200.45
HSL343.08º16.05%47.65%-
HSV(B)343.08º27.66%55.29%-
XYZ18.7216.3617.79-
YUV114.92126.92146.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=39.61%
G=28.65%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110211300.280.200.45343.0816.0547.65
Hex8D667101C142D1571030
Octal21514616103424555272060
Binary10001101110011011100010111001010010110110101011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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