Shades of Mauve Taupe #866172
Tints of Mauve Taupe #866172
RGB
CMYK
RGB Variations
Color information
#866172 (or 0x866172) is known color: Mauve Taupe. HEX triplet: 86, 61 and 72. RGB value is (134,97,114). Sum of RGB (Red+Green+Blue) = 134+97+114=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866172 is #799E8D. Grayscale: #6D6D6D. Windows color (decimal): -7970446 or 7496070. OLE color: 7496070.
HSL color Cylindrical-coordinate representation of color #866172: hue angle of 332.43º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866172 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 114 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.47 |
| HSL | 332.43º | 0.16% | 0.45% | - |
| HSV(B) | 332.43º | 0.28% | 0.53% | - |
| XYZ | 17.14 | 14.83 | 17.88 | - |
| YUV | 110 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 114 | 0 | 0.28 | 0.15 | 0.47 | 332.43 | 0.16 | 0.45 |
| Hex | 86 | 61 | 72 | 0 | 1C | F | 2F | 14C | 10 | 2D |
| Octal | 206 | 141 | 162 | 0 | 34 | 17 | 57 | 514 | 20 | 55 |
| Binary | 10000110 | 1100001 | 1110010 | 0 | 11100 | 1111 | 101111 | 101001100 | 10000 | 101101 |
Color Harmonies of #866172
Complementary color
Monochromatic Colors of #866172
Black with #866172
Text Example
Text Example
White with #866172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866172; }
p { color: rgb(134,97,114); }
H1.HeaderClassName
{
color: #866172;
}
.AnyTagClassName
{
color: #866172;
}
</style>
background-color css
<style>
a { background-color: #866172; }
a { background-color: rgb(134,97,114); }
div.DivClassName
{
background-color: #866172;
}
.BgClassName
{
background-color: #866172;
}
</style>
border-color css
<style>
span { border-color: #866172; }
span { border-color: rgb(134,97,114); }
td.TdClassName
{
border-color: #866172;
}
.TagClassName
{
border-color: #866172;
}
</style>