Shades of Mauve Taupe #86636A
Tints of Mauve Taupe #86636A
RGB
CMYK
RGB Variations
Color information
#86636A (or 0x86636A) is known color: Mauve Taupe. HEX triplet: 86, 63 and 6A. RGB value is (134,99,106). Sum of RGB (Red+Green+Blue) = 134+99+106=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86636A is #799C95. Grayscale: #6E6E6E. Windows color (decimal): -7969942 or 6972294. OLE color: 6972294.
HSL color Cylindrical-coordinate representation of color #86636A: hue angle of 348º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86636A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 106 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.47 |
| HSL | 348º | 0.15% | 0.46% | - |
| HSV(B) | 348º | 0.26% | 0.53% | - |
| XYZ | 16.89 | 15.03 | 15.65 | - |
| YUV | 110.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 106 | 0 | 0.26 | 0.21 | 0.47 | 348 | 0.15 | 0.46 |
| Hex | 86 | 63 | 6A | 0 | 1A | 15 | 2F | 15C | F | 2E |
| Octal | 206 | 143 | 152 | 0 | 32 | 25 | 57 | 534 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1101010 | 0 | 11010 | 10101 | 101111 | 101011100 | 1111 | 101110 |
Color Harmonies of #86636A
Complementary color
Monochromatic Colors of #86636A
Black with #86636A
Text Example
Text Example
White with #86636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86636A; }
p { color: rgb(134,99,106); }
H1.HeaderClassName
{
color: #86636A;
}
.AnyTagClassName
{
color: #86636A;
}
</style>
background-color css
<style>
a { background-color: #86636A; }
a { background-color: rgb(134,99,106); }
div.DivClassName
{
background-color: #86636A;
}
.BgClassName
{
background-color: #86636A;
}
</style>
border-color css
<style>
span { border-color: #86636A; }
span { border-color: rgb(134,99,106); }
td.TdClassName
{
border-color: #86636A;
}
.TagClassName
{
border-color: #86636A;
}
</style>