Shades of Mauve Taupe #865B6A
Tints of Mauve Taupe #865B6A
RGB
CMYK
RGB Variations
Color information
#865B6A (or 0x865B6A) is known color: Mauve Taupe. HEX triplet: 86, 5B and 6A. RGB value is (134,91,106). Sum of RGB (Red+Green+Blue) = 134+91+106=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #865B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B6A is #79A495. Grayscale: #696969. Windows color (decimal): -7971990 or 6970246. OLE color: 6970246.
HSL color Cylindrical-coordinate representation of color #865B6A: hue angle of 339.07º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B6A is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 106 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.47 |
| HSL | 339.07º | 0.19% | 0.44% | - |
| HSV(B) | 339.07º | 0.32% | 0.53% | - |
| XYZ | 16.17 | 13.59 | 15.41 | - |
| YUV | 105.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 106 | 0 | 0.32 | 0.21 | 0.47 | 339.07 | 0.19 | 0.44 |
| Hex | 86 | 5B | 6A | 0 | 20 | 15 | 2F | 153 | 13 | 2C |
| Octal | 206 | 133 | 152 | 0 | 40 | 25 | 57 | 523 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1101010 | 0 | 100000 | 10101 | 101111 | 101010011 | 10011 | 101100 |
Color Harmonies of #865B6A
Complementary color
Monochromatic Colors of #865B6A
Black with #865B6A
Text Example
Text Example
White with #865B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B6A; }
p { color: rgb(134,91,106); }
H1.HeaderClassName
{
color: #865B6A;
}
.AnyTagClassName
{
color: #865B6A;
}
</style>
background-color css
<style>
a { background-color: #865B6A; }
a { background-color: rgb(134,91,106); }
div.DivClassName
{
background-color: #865B6A;
}
.BgClassName
{
background-color: #865B6A;
}
</style>
border-color css
<style>
span { border-color: #865B6A; }
span { border-color: rgb(134,91,106); }
td.TdClassName
{
border-color: #865B6A;
}
.TagClassName
{
border-color: #865B6A;
}
</style>