Shades of Mauve Taupe #865F6E
Tints of Mauve Taupe #865F6E
RGB
CMYK
RGB Variations
Color information
#865F6E (or 0x865F6E) is known color: Mauve Taupe. HEX triplet: 86, 5F and 6E. RGB value is (134,95,110). Sum of RGB (Red+Green+Blue) = 134+95+110=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F6E is #79A091. Grayscale: #6C6C6C. Windows color (decimal): -7970962 or 7233414. OLE color: 7233414.
HSL color Cylindrical-coordinate representation of color #865F6E: hue angle of 336.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F6E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 110 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.47 |
| HSL | 336.92º | 0.17% | 0.45% | - |
| HSV(B) | 336.92º | 0.29% | 0.53% | - |
| XYZ | 16.74 | 14.38 | 16.64 | - |
| YUV | 108.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 110 | 0 | 0.29 | 0.18 | 0.47 | 336.92 | 0.17 | 0.45 |
| Hex | 86 | 5F | 6E | 0 | 1D | 12 | 2F | 151 | 11 | 2D |
| Octal | 206 | 137 | 156 | 0 | 35 | 22 | 57 | 521 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1101110 | 0 | 11101 | 10010 | 101111 | 101010001 | 10001 | 101101 |
Color Harmonies of #865F6E
Complementary color
Monochromatic Colors of #865F6E
Black with #865F6E
Text Example
Text Example
White with #865F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F6E; }
p { color: rgb(134,95,110); }
H1.HeaderClassName
{
color: #865F6E;
}
.AnyTagClassName
{
color: #865F6E;
}
</style>
background-color css
<style>
a { background-color: #865F6E; }
a { background-color: rgb(134,95,110); }
div.DivClassName
{
background-color: #865F6E;
}
.BgClassName
{
background-color: #865F6E;
}
</style>
border-color css
<style>
span { border-color: #865F6E; }
span { border-color: rgb(134,95,110); }
td.TdClassName
{
border-color: #865F6E;
}
.TagClassName
{
border-color: #865F6E;
}
</style>