Shades of Mauve Taupe #86666C
Tints of Mauve Taupe #86666C
RGB
CMYK
RGB Variations
Color information
#86666C (or 0x86666C) is known color: Mauve Taupe. HEX triplet: 86, 66 and 6C. RGB value is (134,102,108). Sum of RGB (Red+Green+Blue) = 134+102+108=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86666C is #799993. Grayscale: #707070. Windows color (decimal): -7969172 or 7104134. OLE color: 7104134.
HSL color Cylindrical-coordinate representation of color #86666C: hue angle of 348.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86666C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 108 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.47 |
| HSL | 348.75º | 0.14% | 0.46% | - |
| HSV(B) | 348.75º | 0.24% | 0.53% | - |
| XYZ | 17.29 | 15.65 | 16.3 | - |
| YUV | 112.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 108 | 0 | 0.24 | 0.19 | 0.47 | 348.75 | 0.14 | 0.46 |
| Hex | 86 | 66 | 6C | 0 | 18 | 13 | 2F | 15D | E | 2E |
| Octal | 206 | 146 | 154 | 0 | 30 | 23 | 57 | 535 | 16 | 56 |
| Binary | 10000110 | 1100110 | 1101100 | 0 | 11000 | 10011 | 101111 | 101011101 | 1110 | 101110 |
Color Harmonies of #86666C
Complementary color
Monochromatic Colors of #86666C
Black with #86666C
Text Example
Text Example
White with #86666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86666C; }
p { color: rgb(134,102,108); }
H1.HeaderClassName
{
color: #86666C;
}
.AnyTagClassName
{
color: #86666C;
}
</style>
background-color css
<style>
a { background-color: #86666C; }
a { background-color: rgb(134,102,108); }
div.DivClassName
{
background-color: #86666C;
}
.BgClassName
{
background-color: #86666C;
}
</style>
border-color css
<style>
span { border-color: #86666C; }
span { border-color: rgb(134,102,108); }
td.TdClassName
{
border-color: #86666C;
}
.TagClassName
{
border-color: #86666C;
}
</style>