Shades of Mauve Taupe #865D6B
Tints of Mauve Taupe #865D6B
RGB
CMYK
RGB Variations
Color information
#865D6B (or 0x865D6B) is known color: Mauve Taupe. HEX triplet: 86, 5D and 6B. RGB value is (134,93,107). Sum of RGB (Red+Green+Blue) = 134+93+107=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D6B is #79A294. Grayscale: #6A6A6A. Windows color (decimal): -7971477 or 7036294. OLE color: 7036294.
HSL color Cylindrical-coordinate representation of color #865D6B: hue angle of 339.51º 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 #865D6B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 107 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.47 |
| HSL | 339.51º | 0.18% | 0.45% | - |
| HSV(B) | 339.51º | 0.31% | 0.53% | - |
| XYZ | 16.4 | 13.96 | 15.74 | - |
| YUV | 106.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 107 | 0 | 0.31 | 0.20 | 0.47 | 339.51 | 0.18 | 0.45 |
| Hex | 86 | 5D | 6B | 0 | 1F | 14 | 2F | 154 | 12 | 2D |
| Octal | 206 | 135 | 153 | 0 | 37 | 24 | 57 | 524 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1101011 | 0 | 11111 | 10100 | 101111 | 101010100 | 10010 | 101101 |
Color Harmonies of #865D6B
Complementary color
Monochromatic Colors of #865D6B
Black with #865D6B
Text Example
Text Example
White with #865D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D6B; }
p { color: rgb(134,93,107); }
H1.HeaderClassName
{
color: #865D6B;
}
.AnyTagClassName
{
color: #865D6B;
}
</style>
background-color css
<style>
a { background-color: #865D6B; }
a { background-color: rgb(134,93,107); }
div.DivClassName
{
background-color: #865D6B;
}
.BgClassName
{
background-color: #865D6B;
}
</style>
border-color css
<style>
span { border-color: #865D6B; }
span { border-color: rgb(134,93,107); }
td.TdClassName
{
border-color: #865D6B;
}
.TagClassName
{
border-color: #865D6B;
}
</style>