Shades of Mauve Taupe #86606C
Tints of Mauve Taupe #86606C
RGB
CMYK
RGB Variations
Color information
#86606C (or 0x86606C) is known color: Mauve Taupe. HEX triplet: 86, 60 and 6C. RGB value is (134,96,108). Sum of RGB (Red+Green+Blue) = 134+96+108=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86606C is #799F93. Grayscale: #6C6C6C. Windows color (decimal): -7970708 or 7102598. OLE color: 7102598.
HSL color Cylindrical-coordinate representation of color #86606C: hue angle of 341.05º degrees, saturation: 0.17, 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 #86606C is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 108 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.47 |
| HSL | 341.05º | 0.17% | 0.45% | - |
| HSV(B) | 341.05º | 0.28% | 0.53% | - |
| XYZ | 16.72 | 14.52 | 16.11 | - |
| YUV | 108.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 108 | 0 | 0.28 | 0.19 | 0.47 | 341.05 | 0.17 | 0.45 |
| Hex | 86 | 60 | 6C | 0 | 1C | 13 | 2F | 155 | 11 | 2D |
| Octal | 206 | 140 | 154 | 0 | 34 | 23 | 57 | 525 | 21 | 55 |
| Binary | 10000110 | 1100000 | 1101100 | 0 | 11100 | 10011 | 101111 | 101010101 | 10001 | 101101 |
Color Harmonies of #86606C
Complementary color
Monochromatic Colors of #86606C
Black with #86606C
Text Example
Text Example
White with #86606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86606C; }
p { color: rgb(134,96,108); }
H1.HeaderClassName
{
color: #86606C;
}
.AnyTagClassName
{
color: #86606C;
}
</style>
background-color css
<style>
a { background-color: #86606C; }
a { background-color: rgb(134,96,108); }
div.DivClassName
{
background-color: #86606C;
}
.BgClassName
{
background-color: #86606C;
}
</style>
border-color css
<style>
span { border-color: #86606C; }
span { border-color: rgb(134,96,108); }
td.TdClassName
{
border-color: #86606C;
}
.TagClassName
{
border-color: #86606C;
}
</style>