Shades of Mauve Taupe #86646C
Tints of Mauve Taupe #86646C
RGB
CMYK
RGB Variations
Color information
#86646C (or 0x86646C) is known color: Mauve Taupe. HEX triplet: 86, 64 and 6C. RGB value is (134,100,108). Sum of RGB (Red+Green+Blue) = 134+100+108=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86646C is #799B93. Grayscale: #6F6F6F. Windows color (decimal): -7969684 or 7103622. OLE color: 7103622.
HSL color Cylindrical-coordinate representation of color #86646C: hue angle of 345.88º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86646C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 108 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.47 |
| HSL | 345.88º | 0.15% | 0.46% | - |
| HSV(B) | 345.88º | 0.25% | 0.53% | - |
| XYZ | 17.1 | 15.27 | 16.23 | - |
| YUV | 111.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 108 | 0 | 0.25 | 0.19 | 0.47 | 345.88 | 0.15 | 0.46 |
| Hex | 86 | 64 | 6C | 0 | 19 | 13 | 2F | 15A | F | 2E |
| Octal | 206 | 144 | 154 | 0 | 31 | 23 | 57 | 532 | 17 | 56 |
| Binary | 10000110 | 1100100 | 1101100 | 0 | 11001 | 10011 | 101111 | 101011010 | 1111 | 101110 |
Color Harmonies of #86646C
Complementary color
Monochromatic Colors of #86646C
Black with #86646C
Text Example
Text Example
White with #86646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86646C; }
p { color: rgb(134,100,108); }
H1.HeaderClassName
{
color: #86646C;
}
.AnyTagClassName
{
color: #86646C;
}
</style>
background-color css
<style>
a { background-color: #86646C; }
a { background-color: rgb(134,100,108); }
div.DivClassName
{
background-color: #86646C;
}
.BgClassName
{
background-color: #86646C;
}
</style>
border-color css
<style>
span { border-color: #86646C; }
span { border-color: rgb(134,100,108); }
td.TdClassName
{
border-color: #86646C;
}
.TagClassName
{
border-color: #86646C;
}
</style>