#8D6A73

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

Shades of Mauve Taupe #8D6A73

Tints of Mauve Taupe #8D6A73

Color information

#8D6A73 (or 0x8D6A73) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 6A and 73. RGB value is (141,106,115). Sum of RGB (Red+Green+Blue) = 141+106+115=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A73 is #72958C. Grayscale: #757575. Windows color (decimal): -7509389 or 7563917. OLE color: 7563917.

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

Color convert

RGB141106115-
CMYK00.250.180.45
HSL344.57º14.17%48.43%-
HSV(B)344.57º24.82%55.29%-
XYZ19.2317.2118.53-
YUV117.49126.6144.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=38.95%
G=29.28%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110611500.250.180.45344.5714.1748.43
Hex8D6A73019122D159e30
Octal21515216303122555311660
Binary1000110111010101110011011001100101011011010110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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