Shades of Mauve Taupe #865D6A
Tints of Mauve Taupe #865D6A
RGB
CMYK
RGB Variations
Color information
#865D6A (or 0x865D6A) is known color: Mauve Taupe. HEX triplet: 86, 5D and 6A. RGB value is (134,93,106). Sum of RGB (Red+Green+Blue) = 134+93+106=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D6A is #79A295. Grayscale: #6A6A6A. Windows color (decimal): -7971478 or 6970758. OLE color: 6970758.
HSL color Cylindrical-coordinate representation of color #865D6A: hue angle of 340.98º 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 #865D6A is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 106 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.47 |
| HSL | 340.98º | 0.18% | 0.45% | - |
| HSV(B) | 340.98º | 0.31% | 0.53% | - |
| XYZ | 16.35 | 13.94 | 15.46 | - |
| YUV | 106.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 106 | 0 | 0.31 | 0.21 | 0.47 | 340.98 | 0.18 | 0.45 |
| Hex | 86 | 5D | 6A | 0 | 1F | 15 | 2F | 155 | 12 | 2D |
| Octal | 206 | 135 | 152 | 0 | 37 | 25 | 57 | 525 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1101010 | 0 | 11111 | 10101 | 101111 | 101010101 | 10010 | 101101 |
Color Harmonies of #865D6A
Complementary color
Monochromatic Colors of #865D6A
Black with #865D6A
Text Example
Text Example
White with #865D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D6A; }
p { color: rgb(134,93,106); }
H1.HeaderClassName
{
color: #865D6A;
}
.AnyTagClassName
{
color: #865D6A;
}
</style>
background-color css
<style>
a { background-color: #865D6A; }
a { background-color: rgb(134,93,106); }
div.DivClassName
{
background-color: #865D6A;
}
.BgClassName
{
background-color: #865D6A;
}
</style>
border-color css
<style>
span { border-color: #865D6A; }
span { border-color: rgb(134,93,106); }
td.TdClassName
{
border-color: #865D6A;
}
.TagClassName
{
border-color: #865D6A;
}
</style>