Shades of Mauve Taupe #865C68
Tints of Mauve Taupe #865C68
RGB
CMYK
RGB Variations
Color information
#865C68 (or 0x865C68) is known color: Mauve Taupe. HEX triplet: 86, 5C and 68. RGB value is (134,92,104). Sum of RGB (Red+Green+Blue) = 134+92+104=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #865C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C68 is #79A397. Grayscale: #696969. Windows color (decimal): -7971736 or 6839430. OLE color: 6839430.
HSL color Cylindrical-coordinate representation of color #865C68: hue angle of 342.86º 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 #865C68 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 104 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.47 |
| HSL | 342.86º | 0.19% | 0.44% | - |
| HSV(B) | 342.86º | 0.31% | 0.53% | - |
| XYZ | 16.16 | 13.72 | 14.89 | - |
| YUV | 105.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 104 | 0 | 0.31 | 0.22 | 0.47 | 342.86 | 0.19 | 0.44 |
| Hex | 86 | 5C | 68 | 0 | 1F | 16 | 2F | 157 | 13 | 2C |
| Octal | 206 | 134 | 150 | 0 | 37 | 26 | 57 | 527 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1101000 | 0 | 11111 | 10110 | 101111 | 101010111 | 10011 | 101100 |
Color Harmonies of #865C68
Complementary color
Monochromatic Colors of #865C68
Black with #865C68
Text Example
Text Example
White with #865C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C68; }
p { color: rgb(134,92,104); }
H1.HeaderClassName
{
color: #865C68;
}
.AnyTagClassName
{
color: #865C68;
}
</style>
background-color css
<style>
a { background-color: #865C68; }
a { background-color: rgb(134,92,104); }
div.DivClassName
{
background-color: #865C68;
}
.BgClassName
{
background-color: #865C68;
}
</style>
border-color css
<style>
span { border-color: #865C68; }
span { border-color: rgb(134,92,104); }
td.TdClassName
{
border-color: #865C68;
}
.TagClassName
{
border-color: #865C68;
}
</style>