Shades of Mauve Taupe #85636B
Tints of Mauve Taupe #85636B
RGB
CMYK
RGB Variations
Color information
#85636B (or 0x85636B) is known color: Mauve Taupe. HEX triplet: 85, 63 and 6B. RGB value is (133,99,107). Sum of RGB (Red+Green+Blue) = 133+99+107=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636B is #7A9C94. Grayscale: #6E6E6E. Windows color (decimal): -8035477 or 7037829. OLE color: 7037829.
HSL color Cylindrical-coordinate representation of color #85636B: hue angle of 345.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85636B is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 107 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.48 |
| HSL | 345.88º | 0.15% | 0.45% | - |
| HSV(B) | 345.88º | 0.26% | 0.52% | - |
| XYZ | 16.79 | 14.97 | 15.91 | - |
| YUV | 110.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 107 | 0 | 0.26 | 0.20 | 0.48 | 345.88 | 0.15 | 0.45 |
| Hex | 85 | 63 | 6B | 0 | 1A | 14 | 30 | 15A | F | 2D |
| Octal | 205 | 143 | 153 | 0 | 32 | 24 | 60 | 532 | 17 | 55 |
| Binary | 10000101 | 1100011 | 1101011 | 0 | 11010 | 10100 | 110000 | 101011010 | 1111 | 101101 |
Color Harmonies of #85636B
Complementary color
Monochromatic Colors of #85636B
Black with #85636B
Text Example
Text Example
White with #85636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85636B; }
p { color: rgb(133,99,107); }
H1.HeaderClassName
{
color: #85636B;
}
.AnyTagClassName
{
color: #85636B;
}
</style>
background-color css
<style>
a { background-color: #85636B; }
a { background-color: rgb(133,99,107); }
div.DivClassName
{
background-color: #85636B;
}
.BgClassName
{
background-color: #85636B;
}
</style>
border-color css
<style>
span { border-color: #85636B; }
span { border-color: rgb(133,99,107); }
td.TdClassName
{
border-color: #85636B;
}
.TagClassName
{
border-color: #85636B;
}
</style>