Shades of Mauve Taupe #866264
Tints of Mauve Taupe #866264
RGB
CMYK
RGB Variations
Color information
#866264 (or 0x866264) is known color: Mauve Taupe. HEX triplet: 86, 62 and 64. RGB value is (134,98,100). Sum of RGB (Red+Green+Blue) = 134+98+100=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866264 is #799D9B. Grayscale: #6D6D6D. Windows color (decimal): -7970204 or 6578822. OLE color: 6578822.
HSL color Cylindrical-coordinate representation of color #866264: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866264 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 100 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.47 |
| HSL | 356.67º | 0.16% | 0.45% | - |
| HSV(B) | 356.67º | 0.27% | 0.53% | - |
| XYZ | 16.5 | 14.72 | 14.03 | - |
| YUV | 108.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 100 | 0 | 0.27 | 0.25 | 0.47 | 356.67 | 0.16 | 0.45 |
| Hex | 86 | 62 | 64 | 0 | 1B | 19 | 2F | 165 | 10 | 2D |
| Octal | 206 | 142 | 144 | 0 | 33 | 31 | 57 | 545 | 20 | 55 |
| Binary | 10000110 | 1100010 | 1100100 | 0 | 11011 | 11001 | 101111 | 101100101 | 10000 | 101101 |
Color Harmonies of #866264
Complementary color
Monochromatic Colors of #866264
Black with #866264
Text Example
Text Example
White with #866264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866264; }
p { color: rgb(134,98,100); }
H1.HeaderClassName
{
color: #866264;
}
.AnyTagClassName
{
color: #866264;
}
</style>
background-color css
<style>
a { background-color: #866264; }
a { background-color: rgb(134,98,100); }
div.DivClassName
{
background-color: #866264;
}
.BgClassName
{
background-color: #866264;
}
</style>
border-color css
<style>
span { border-color: #866264; }
span { border-color: rgb(134,98,100); }
td.TdClassName
{
border-color: #866264;
}
.TagClassName
{
border-color: #866264;
}
</style>