Shades of Mauve Taupe #866064
Tints of Mauve Taupe #866064
RGB
CMYK
RGB Variations
Color information
#866064 (or 0x866064) is known color: Mauve Taupe. HEX triplet: 86, 60 and 64. RGB value is (134,96,100). Sum of RGB (Red+Green+Blue) = 134+96+100=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #866064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866064 is #799F9B. Grayscale: #6B6B6B. Windows color (decimal): -7970716 or 6578310. OLE color: 6578310.
HSL color Cylindrical-coordinate representation of color #866064: hue angle of 353.68º 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 #866064 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 100 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.47 |
| HSL | 353.68º | 0.17% | 0.45% | - |
| HSV(B) | 353.68º | 0.28% | 0.53% | - |
| XYZ | 16.31 | 14.35 | 13.97 | - |
| YUV | 107.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 100 | 0 | 0.28 | 0.25 | 0.47 | 353.68 | 0.17 | 0.45 |
| Hex | 86 | 60 | 64 | 0 | 1C | 19 | 2F | 162 | 11 | 2D |
| Octal | 206 | 140 | 144 | 0 | 34 | 31 | 57 | 542 | 21 | 55 |
| Binary | 10000110 | 1100000 | 1100100 | 0 | 11100 | 11001 | 101111 | 101100010 | 10001 | 101101 |
Color Harmonies of #866064
Complementary color
Monochromatic Colors of #866064
Black with #866064
Text Example
Text Example
White with #866064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866064; }
p { color: rgb(134,96,100); }
H1.HeaderClassName
{
color: #866064;
}
.AnyTagClassName
{
color: #866064;
}
</style>
background-color css
<style>
a { background-color: #866064; }
a { background-color: rgb(134,96,100); }
div.DivClassName
{
background-color: #866064;
}
.BgClassName
{
background-color: #866064;
}
</style>
border-color css
<style>
span { border-color: #866064; }
span { border-color: rgb(134,96,100); }
td.TdClassName
{
border-color: #866064;
}
.TagClassName
{
border-color: #866064;
}
</style>