Shades of Mauve Taupe #865E6E
Tints of Mauve Taupe #865E6E
RGB
CMYK
RGB Variations
Color information
#865E6E (or 0x865E6E) is known color: Mauve Taupe. HEX triplet: 86, 5E and 6E. RGB value is (134,94,110). Sum of RGB (Red+Green+Blue) = 134+94+110=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #865E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E6E is #79A191. Grayscale: #6B6B6B. Windows color (decimal): -7971218 or 7233158. OLE color: 7233158.
HSL color Cylindrical-coordinate representation of color #865E6E: hue angle of 336º 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 #865E6E is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 110 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.47 |
| HSL | 336º | 0.18% | 0.45% | - |
| HSV(B) | 336º | 0.3% | 0.53% | - |
| XYZ | 16.65 | 14.2 | 16.62 | - |
| YUV | 107.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 110 | 0 | 0.30 | 0.18 | 0.47 | 336 | 0.18 | 0.45 |
| Hex | 86 | 5E | 6E | 0 | 1E | 12 | 2F | 150 | 12 | 2D |
| Octal | 206 | 136 | 156 | 0 | 36 | 22 | 57 | 520 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1101110 | 0 | 11110 | 10010 | 101111 | 101010000 | 10010 | 101101 |
Color Harmonies of #865E6E
Complementary color
Monochromatic Colors of #865E6E
Black with #865E6E
Text Example
Text Example
White with #865E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E6E; }
p { color: rgb(134,94,110); }
H1.HeaderClassName
{
color: #865E6E;
}
.AnyTagClassName
{
color: #865E6E;
}
</style>
background-color css
<style>
a { background-color: #865E6E; }
a { background-color: rgb(134,94,110); }
div.DivClassName
{
background-color: #865E6E;
}
.BgClassName
{
background-color: #865E6E;
}
</style>
border-color css
<style>
span { border-color: #865E6E; }
span { border-color: rgb(134,94,110); }
td.TdClassName
{
border-color: #865E6E;
}
.TagClassName
{
border-color: #865E6E;
}
</style>