Shades of Mauve Taupe #865D70
Tints of Mauve Taupe #865D70
RGB
CMYK
RGB Variations
Color information
#865D70 (or 0x865D70) is known color: Mauve Taupe. HEX triplet: 86, 5D and 70. RGB value is (134,93,112). Sum of RGB (Red+Green+Blue) = 134+93+112=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D70 is #79A28F. Grayscale: #6B6B6B. Windows color (decimal): -7971472 or 7363974. OLE color: 7363974.
HSL color Cylindrical-coordinate representation of color #865D70: hue angle of 332.2º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D70 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 112 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.47 |
| HSL | 332.2º | 0.18% | 0.45% | - |
| HSV(B) | 332.2º | 0.31% | 0.53% | - |
| XYZ | 16.67 | 14.07 | 17.17 | - |
| YUV | 107.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 112 | 0 | 0.31 | 0.16 | 0.47 | 332.2 | 0.18 | 0.45 |
| Hex | 86 | 5D | 70 | 0 | 1F | 10 | 2F | 14C | 12 | 2D |
| Octal | 206 | 135 | 160 | 0 | 37 | 20 | 57 | 514 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1110000 | 0 | 11111 | 10000 | 101111 | 101001100 | 10010 | 101101 |
Color Harmonies of #865D70
Complementary color
Monochromatic Colors of #865D70
Black with #865D70
Text Example
Text Example
White with #865D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D70; }
p { color: rgb(134,93,112); }
H1.HeaderClassName
{
color: #865D70;
}
.AnyTagClassName
{
color: #865D70;
}
</style>
background-color css
<style>
a { background-color: #865D70; }
a { background-color: rgb(134,93,112); }
div.DivClassName
{
background-color: #865D70;
}
.BgClassName
{
background-color: #865D70;
}
</style>
border-color css
<style>
span { border-color: #865D70; }
span { border-color: rgb(134,93,112); }
td.TdClassName
{
border-color: #865D70;
}
.TagClassName
{
border-color: #865D70;
}
</style>