Shades of Mauve Taupe #86636B
Tints of Mauve Taupe #86636B
RGB
CMYK
RGB Variations
Color information
#86636B (or 0x86636B) is known color: Mauve Taupe. HEX triplet: 86, 63 and 6B. RGB value is (134,99,107). Sum of RGB (Red+Green+Blue) = 134+99+107=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86636B is #799C94. Grayscale: #6E6E6E. Windows color (decimal): -7969941 or 7037830. OLE color: 7037830.
HSL color Cylindrical-coordinate representation of color #86636B: hue angle of 346.29º 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 #86636B is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 107 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.47 |
| HSL | 346.29º | 0.15% | 0.46% | - |
| HSV(B) | 346.29º | 0.26% | 0.53% | - |
| XYZ | 16.95 | 15.05 | 15.92 | - |
| YUV | 110.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 107 | 0 | 0.26 | 0.20 | 0.47 | 346.29 | 0.15 | 0.46 |
| Hex | 86 | 63 | 6B | 0 | 1A | 14 | 2F | 15A | F | 2E |
| Octal | 206 | 143 | 153 | 0 | 32 | 24 | 57 | 532 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1101011 | 0 | 11010 | 10100 | 101111 | 101011010 | 1111 | 101110 |
Color Harmonies of #86636B
Complementary color
Monochromatic Colors of #86636B
Black with #86636B
Text Example
Text Example
White with #86636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86636B; }
p { color: rgb(134,99,107); }
H1.HeaderClassName
{
color: #86636B;
}
.AnyTagClassName
{
color: #86636B;
}
</style>
background-color css
<style>
a { background-color: #86636B; }
a { background-color: rgb(134,99,107); }
div.DivClassName
{
background-color: #86636B;
}
.BgClassName
{
background-color: #86636B;
}
</style>
border-color css
<style>
span { border-color: #86636B; }
span { border-color: rgb(134,99,107); }
td.TdClassName
{
border-color: #86636B;
}
.TagClassName
{
border-color: #86636B;
}
</style>