Shades of Mauve Taupe #8D666C
Tints of Mauve Taupe #8D666C
RGB
CMYK
RGB Variations
Color information
#8D666C (or 0x8D666C) is known color: Mauve Taupe. HEX triplet: 8D, 66 and 6C. RGB value is (141,102,108). Sum of RGB (Red+Green+Blue) = 141+102+108=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D666C is #729993. Grayscale: #727272. Windows color (decimal): -7510420 or 7104141. OLE color: 7104141.
HSL color Cylindrical-coordinate representation of color #8D666C: hue angle of 350.77º 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 #8D666C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 108 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.45 |
| HSL | 350.77º | 0.16% | 0.48% | - |
| HSV(B) | 350.77º | 0.28% | 0.55% | - |
| XYZ | 18.44 | 16.25 | 16.35 | - |
| YUV | 114.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 108 | 0 | 0.28 | 0.23 | 0.45 | 350.77 | 0.16 | 0.48 |
| Hex | 8D | 66 | 6C | 0 | 1C | 17 | 2D | 15F | 10 | 30 |
| Octal | 215 | 146 | 154 | 0 | 34 | 27 | 55 | 537 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1101100 | 0 | 11100 | 10111 | 101101 | 101011111 | 10000 | 110000 |
Color Harmonies of #8D666C
Complementary color
Monochromatic Colors of #8D666C
Black with #8D666C
Text Example
Text Example
White with #8D666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D666C; }
p { color: rgb(141,102,108); }
H1.HeaderClassName
{
color: #8D666C;
}
.AnyTagClassName
{
color: #8D666C;
}
</style>
background-color css
<style>
a { background-color: #8D666C; }
a { background-color: rgb(141,102,108); }
div.DivClassName
{
background-color: #8D666C;
}
.BgClassName
{
background-color: #8D666C;
}
</style>
border-color css
<style>
span { border-color: #8D666C; }
span { border-color: rgb(141,102,108); }
td.TdClassName
{
border-color: #8D666C;
}
.TagClassName
{
border-color: #8D666C;
}
</style>