Shades of Mauve Taupe #865D6D
Tints of Mauve Taupe #865D6D
RGB
CMYK
RGB Variations
Color information
#865D6D (or 0x865D6D) is known color: Mauve Taupe. HEX triplet: 86, 5D and 6D. RGB value is (134,93,109). Sum of RGB (Red+Green+Blue) = 134+93+109=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #865D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D6D is #79A292. Grayscale: #6B6B6B. Windows color (decimal): -7971475 or 7167366. OLE color: 7167366.
HSL color Cylindrical-coordinate representation of color #865D6D: hue angle of 336.59º 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 #865D6D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 109 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.47 |
| HSL | 336.59º | 0.18% | 0.45% | - |
| HSV(B) | 336.59º | 0.31% | 0.53% | - |
| XYZ | 16.51 | 14 | 16.3 | - |
| YUV | 107.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 109 | 0 | 0.31 | 0.19 | 0.47 | 336.59 | 0.18 | 0.45 |
| Hex | 86 | 5D | 6D | 0 | 1F | 13 | 2F | 151 | 12 | 2D |
| Octal | 206 | 135 | 155 | 0 | 37 | 23 | 57 | 521 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1101101 | 0 | 11111 | 10011 | 101111 | 101010001 | 10010 | 101101 |
Color Harmonies of #865D6D
Complementary color
Monochromatic Colors of #865D6D
Black with #865D6D
Text Example
Text Example
White with #865D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D6D; }
p { color: rgb(134,93,109); }
H1.HeaderClassName
{
color: #865D6D;
}
.AnyTagClassName
{
color: #865D6D;
}
</style>
background-color css
<style>
a { background-color: #865D6D; }
a { background-color: rgb(134,93,109); }
div.DivClassName
{
background-color: #865D6D;
}
.BgClassName
{
background-color: #865D6D;
}
</style>
border-color css
<style>
span { border-color: #865D6D; }
span { border-color: rgb(134,93,109); }
td.TdClassName
{
border-color: #865D6D;
}
.TagClassName
{
border-color: #865D6D;
}
</style>