Shades of Mauve Taupe #8D6166
Tints of Mauve Taupe #8D6166
RGB
CMYK
RGB Variations
Color information
#8D6166 (or 0x8D6166) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 66. RGB value is (141,97,102). Sum of RGB (Red+Green+Blue) = 141+97+102=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6166 is #729E99. Grayscale: #6E6E6E. Windows color (decimal): -7511706 or 6709645. OLE color: 6709645.
HSL color Cylindrical-coordinate representation of color #8D6166: hue angle of 353.18º 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 #8D6166 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 102 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.45 |
| HSL | 353.18º | 0.18% | 0.47% | - |
| HSV(B) | 353.18º | 0.31% | 0.55% | - |
| XYZ | 17.66 | 15.17 | 14.57 | - |
| YUV | 110.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 102 | 0 | 0.31 | 0.28 | 0.45 | 353.18 | 0.18 | 0.47 |
| Hex | 8D | 61 | 66 | 0 | 1F | 1C | 2D | 161 | 12 | 2F |
| Octal | 215 | 141 | 146 | 0 | 37 | 34 | 55 | 541 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1100110 | 0 | 11111 | 11100 | 101101 | 101100001 | 10010 | 101111 |
Color Harmonies of #8D6166
Complementary color
Monochromatic Colors of #8D6166
Black with #8D6166
Text Example
Text Example
White with #8D6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6166; }
p { color: rgb(141,97,102); }
H1.HeaderClassName
{
color: #8D6166;
}
.AnyTagClassName
{
color: #8D6166;
}
</style>
background-color css
<style>
a { background-color: #8D6166; }
a { background-color: rgb(141,97,102); }
div.DivClassName
{
background-color: #8D6166;
}
.BgClassName
{
background-color: #8D6166;
}
</style>
border-color css
<style>
span { border-color: #8D6166; }
span { border-color: rgb(141,97,102); }
td.TdClassName
{
border-color: #8D6166;
}
.TagClassName
{
border-color: #8D6166;
}
</style>