Shades of Mauve Taupe #865E6D
Tints of Mauve Taupe #865E6D
RGB
CMYK
RGB Variations
Color information
#865E6D (or 0x865E6D) is known color: Mauve Taupe. HEX triplet: 86, 5E and 6D. RGB value is (134,94,109). Sum of RGB (Red+Green+Blue) = 134+94+109=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E6D is #79A192. Grayscale: #6B6B6B. Windows color (decimal): -7971219 or 7167622. OLE color: 7167622.
HSL color Cylindrical-coordinate representation of color #865E6D: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E6D is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 109 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.47 |
| HSL | 337.5º | 0.18% | 0.45% | - |
| HSV(B) | 337.5º | 0.3% | 0.53% | - |
| XYZ | 16.59 | 14.18 | 16.33 | - |
| YUV | 107.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 109 | 0 | 0.30 | 0.19 | 0.47 | 337.5 | 0.18 | 0.45 |
| Hex | 86 | 5E | 6D | 0 | 1E | 13 | 2F | 152 | 12 | 2D |
| Octal | 206 | 136 | 155 | 0 | 36 | 23 | 57 | 522 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1101101 | 0 | 11110 | 10011 | 101111 | 101010010 | 10010 | 101101 |
Color Harmonies of #865E6D
Complementary color
Monochromatic Colors of #865E6D
Black with #865E6D
Text Example
Text Example
White with #865E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E6D; }
p { color: rgb(134,94,109); }
H1.HeaderClassName
{
color: #865E6D;
}
.AnyTagClassName
{
color: #865E6D;
}
</style>
background-color css
<style>
a { background-color: #865E6D; }
a { background-color: rgb(134,94,109); }
div.DivClassName
{
background-color: #865E6D;
}
.BgClassName
{
background-color: #865E6D;
}
</style>
border-color css
<style>
span { border-color: #865E6D; }
span { border-color: rgb(134,94,109); }
td.TdClassName
{
border-color: #865E6D;
}
.TagClassName
{
border-color: #865E6D;
}
</style>