Shades of Mauve Taupe #86666E
Tints of Mauve Taupe #86666E
RGB
CMYK
RGB Variations
Color information
#86666E (or 0x86666E) is known color: Mauve Taupe. HEX triplet: 86, 66 and 6E. RGB value is (134,102,110). Sum of RGB (Red+Green+Blue) = 134+102+110=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86666E is #799991. Grayscale: #707070. Windows color (decimal): -7969170 or 7235206. OLE color: 7235206.
HSL color Cylindrical-coordinate representation of color #86666E: hue angle of 345º 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 #86666E is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 110 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.47 |
| HSL | 345º | 0.14% | 0.46% | - |
| HSV(B) | 345º | 0.24% | 0.53% | - |
| XYZ | 17.4 | 15.7 | 16.86 | - |
| YUV | 112.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 110 | 0 | 0.24 | 0.18 | 0.47 | 345 | 0.14 | 0.46 |
| Hex | 86 | 66 | 6E | 0 | 18 | 12 | 2F | 159 | E | 2E |
| Octal | 206 | 146 | 156 | 0 | 30 | 22 | 57 | 531 | 16 | 56 |
| Binary | 10000110 | 1100110 | 1101110 | 0 | 11000 | 10010 | 101111 | 101011001 | 1110 | 101110 |
Color Harmonies of #86666E
Complementary color
Monochromatic Colors of #86666E
Black with #86666E
Text Example
Text Example
White with #86666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86666E; }
p { color: rgb(134,102,110); }
H1.HeaderClassName
{
color: #86666E;
}
.AnyTagClassName
{
color: #86666E;
}
</style>
background-color css
<style>
a { background-color: #86666E; }
a { background-color: rgb(134,102,110); }
div.DivClassName
{
background-color: #86666E;
}
.BgClassName
{
background-color: #86666E;
}
</style>
border-color css
<style>
span { border-color: #86666E; }
span { border-color: rgb(134,102,110); }
td.TdClassName
{
border-color: #86666E;
}
.TagClassName
{
border-color: #86666E;
}
</style>