Shades of Mauve Taupe #866371
Tints of Mauve Taupe #866371
RGB
CMYK
RGB Variations
Color information
#866371 (or 0x866371) is known color: Mauve Taupe. HEX triplet: 86, 63 and 71. RGB value is (134,99,113). Sum of RGB (Red+Green+Blue) = 134+99+113=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #866371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866371 is #799C8E. Grayscale: #6F6F6F. Windows color (decimal): -7969935 or 7431046. OLE color: 7431046.
HSL color Cylindrical-coordinate representation of color #866371: hue angle of 336º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866371 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 113 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.47 |
| HSL | 336º | 0.15% | 0.46% | - |
| HSV(B) | 336º | 0.26% | 0.53% | - |
| XYZ | 17.27 | 15.18 | 17.64 | - |
| YUV | 111.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 113 | 0 | 0.26 | 0.16 | 0.47 | 336 | 0.15 | 0.46 |
| Hex | 86 | 63 | 71 | 0 | 1A | 10 | 2F | 150 | F | 2E |
| Octal | 206 | 143 | 161 | 0 | 32 | 20 | 57 | 520 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1110001 | 0 | 11010 | 10000 | 101111 | 101010000 | 1111 | 101110 |
Color Harmonies of #866371
Complementary color
Monochromatic Colors of #866371
Black with #866371
Text Example
Text Example
White with #866371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866371; }
p { color: rgb(134,99,113); }
H1.HeaderClassName
{
color: #866371;
}
.AnyTagClassName
{
color: #866371;
}
</style>
background-color css
<style>
a { background-color: #866371; }
a { background-color: rgb(134,99,113); }
div.DivClassName
{
background-color: #866371;
}
.BgClassName
{
background-color: #866371;
}
</style>
border-color css
<style>
span { border-color: #866371; }
span { border-color: rgb(134,99,113); }
td.TdClassName
{
border-color: #866371;
}
.TagClassName
{
border-color: #866371;
}
</style>