Shades of Mauve Taupe #865C64
Tints of Mauve Taupe #865C64
RGB
CMYK
RGB Variations
Color information
#865C64 (or 0x865C64) is known color: Mauve Taupe. HEX triplet: 86, 5C and 64. RGB value is (134,92,100). Sum of RGB (Red+Green+Blue) = 134+92+100=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #865C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C64 is #79A39B. Grayscale: #696969. Windows color (decimal): -7971740 or 6577286. OLE color: 6577286.
HSL color Cylindrical-coordinate representation of color #865C64: hue angle of 348.57º 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 #865C64 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 100 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.47 |
| HSL | 348.57º | 0.19% | 0.44% | - |
| HSV(B) | 348.57º | 0.31% | 0.53% | - |
| XYZ | 15.96 | 13.64 | 13.85 | - |
| YUV | 105.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 100 | 0 | 0.31 | 0.25 | 0.47 | 348.57 | 0.19 | 0.44 |
| Hex | 86 | 5C | 64 | 0 | 1F | 19 | 2F | 15D | 13 | 2C |
| Octal | 206 | 134 | 144 | 0 | 37 | 31 | 57 | 535 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1100100 | 0 | 11111 | 11001 | 101111 | 101011101 | 10011 | 101100 |
Color Harmonies of #865C64
Complementary color
Monochromatic Colors of #865C64
Black with #865C64
Text Example
Text Example
White with #865C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C64; }
p { color: rgb(134,92,100); }
H1.HeaderClassName
{
color: #865C64;
}
.AnyTagClassName
{
color: #865C64;
}
</style>
background-color css
<style>
a { background-color: #865C64; }
a { background-color: rgb(134,92,100); }
div.DivClassName
{
background-color: #865C64;
}
.BgClassName
{
background-color: #865C64;
}
</style>
border-color css
<style>
span { border-color: #865C64; }
span { border-color: rgb(134,92,100); }
td.TdClassName
{
border-color: #865C64;
}
.TagClassName
{
border-color: #865C64;
}
</style>