#8D6673

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

Shades of Mauve Taupe #8D6673

Tints of Mauve Taupe #8D6673

Color information

#8D6673 (or 0x8D6673) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 66 and 73. RGB value is (141,102,115). Sum of RGB (Red+Green+Blue) = 141+102+115=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6673 is #72998C. Grayscale: #737373. Windows color (decimal): -7510413 or 7562893. OLE color: 7562893.

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

Color convert

RGB141102115-
CMYK00.280.180.45
HSL340º16.05%47.65%-
HSV(B)340º27.66%55.29%-
XYZ18.8316.418.39-
YUV115.14127.92146.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.39%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=39.39%
G=28.49%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110211500.280.180.4534016.0547.65
Hex8D667301C122D1541030
Octal21514616303422555242060
Binary10001101110011011100110111001001010110110101010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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