Shades of Mauve Taupe #865C70
Tints of Mauve Taupe #865C70
RGB
CMYK
RGB Variations
Color information
#865C70 (or 0x865C70) is known color: Mauve Taupe. HEX triplet: 86, 5C and 70. RGB value is (134,92,112). Sum of RGB (Red+Green+Blue) = 134+92+112=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #865C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C70 is #79A38F. Grayscale: #6A6A6A. Windows color (decimal): -7971728 or 7363718. OLE color: 7363718.
HSL color Cylindrical-coordinate representation of color #865C70: hue angle of 331.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C70 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 112 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.47 |
| HSL | 331.43º | 0.19% | 0.44% | - |
| HSV(B) | 331.43º | 0.31% | 0.53% | - |
| XYZ | 16.58 | 13.89 | 17.14 | - |
| YUV | 106.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 112 | 0 | 0.31 | 0.16 | 0.47 | 331.43 | 0.19 | 0.44 |
| Hex | 86 | 5C | 70 | 0 | 1F | 10 | 2F | 14B | 13 | 2C |
| Octal | 206 | 134 | 160 | 0 | 37 | 20 | 57 | 513 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1110000 | 0 | 11111 | 10000 | 101111 | 101001011 | 10011 | 101100 |
Color Harmonies of #865C70
Complementary color
Monochromatic Colors of #865C70
Black with #865C70
Text Example
Text Example
White with #865C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C70; }
p { color: rgb(134,92,112); }
H1.HeaderClassName
{
color: #865C70;
}
.AnyTagClassName
{
color: #865C70;
}
</style>
background-color css
<style>
a { background-color: #865C70; }
a { background-color: rgb(134,92,112); }
div.DivClassName
{
background-color: #865C70;
}
.BgClassName
{
background-color: #865C70;
}
</style>
border-color css
<style>
span { border-color: #865C70; }
span { border-color: rgb(134,92,112); }
td.TdClassName
{
border-color: #865C70;
}
.TagClassName
{
border-color: #865C70;
}
</style>