Shades of Mauve Taupe #865D68
Tints of Mauve Taupe #865D68
RGB
CMYK
RGB Variations
Color information
#865D68 (or 0x865D68) is known color: Mauve Taupe. HEX triplet: 86, 5D and 68. RGB value is (134,93,104). Sum of RGB (Red+Green+Blue) = 134+93+104=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #865D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D68 is #79A297. Grayscale: #6A6A6A. Windows color (decimal): -7971480 or 6839686. OLE color: 6839686.
HSL color Cylindrical-coordinate representation of color #865D68: hue angle of 343.9º 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 #865D68 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 104 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.47 |
| HSL | 343.9º | 0.18% | 0.45% | - |
| HSV(B) | 343.9º | 0.31% | 0.53% | - |
| XYZ | 16.24 | 13.9 | 14.92 | - |
| YUV | 106.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 104 | 0 | 0.31 | 0.22 | 0.47 | 343.9 | 0.18 | 0.45 |
| Hex | 86 | 5D | 68 | 0 | 1F | 16 | 2F | 158 | 12 | 2D |
| Octal | 206 | 135 | 150 | 0 | 37 | 26 | 57 | 530 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1101000 | 0 | 11111 | 10110 | 101111 | 101011000 | 10010 | 101101 |
Color Harmonies of #865D68
Complementary color
Monochromatic Colors of #865D68
Black with #865D68
Text Example
Text Example
White with #865D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D68; }
p { color: rgb(134,93,104); }
H1.HeaderClassName
{
color: #865D68;
}
.AnyTagClassName
{
color: #865D68;
}
</style>
background-color css
<style>
a { background-color: #865D68; }
a { background-color: rgb(134,93,104); }
div.DivClassName
{
background-color: #865D68;
}
.BgClassName
{
background-color: #865D68;
}
</style>
border-color css
<style>
span { border-color: #865D68; }
span { border-color: rgb(134,93,104); }
td.TdClassName
{
border-color: #865D68;
}
.TagClassName
{
border-color: #865D68;
}
</style>