Shades of Mauve Taupe #8D616D
Tints of Mauve Taupe #8D616D
RGB
CMYK
RGB Variations
Color information
#8D616D (or 0x8D616D) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 6D. RGB value is (141,97,109). Sum of RGB (Red+Green+Blue) = 141+97+109=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D616D is #729E92. Grayscale: #6F6F6F. Windows color (decimal): -7511699 or 7168397. OLE color: 7168397.
HSL color Cylindrical-coordinate representation of color #8D616D: hue angle of 343.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D616D is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 109 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.45 |
| HSL | 343.64º | 0.18% | 0.47% | - |
| HSV(B) | 343.64º | 0.31% | 0.55% | - |
| XYZ | 18.02 | 15.32 | 16.47 | - |
| YUV | 111.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 109 | 0 | 0.31 | 0.23 | 0.45 | 343.64 | 0.18 | 0.47 |
| Hex | 8D | 61 | 6D | 0 | 1F | 17 | 2D | 158 | 12 | 2F |
| Octal | 215 | 141 | 155 | 0 | 37 | 27 | 55 | 530 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1101101 | 0 | 11111 | 10111 | 101101 | 101011000 | 10010 | 101111 |
Color Harmonies of #8D616D
Complementary color
Monochromatic Colors of #8D616D
Black with #8D616D
Text Example
Text Example
White with #8D616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D616D; }
p { color: rgb(141,97,109); }
H1.HeaderClassName
{
color: #8D616D;
}
.AnyTagClassName
{
color: #8D616D;
}
</style>
background-color css
<style>
a { background-color: #8D616D; }
a { background-color: rgb(141,97,109); }
div.DivClassName
{
background-color: #8D616D;
}
.BgClassName
{
background-color: #8D616D;
}
</style>
border-color css
<style>
span { border-color: #8D616D; }
span { border-color: rgb(141,97,109); }
td.TdClassName
{
border-color: #8D616D;
}
.TagClassName
{
border-color: #8D616D;
}
</style>