Shades of Mauve Taupe #85636C
Tints of Mauve Taupe #85636C
RGB
CMYK
RGB Variations
Color information
#85636C (or 0x85636C) is known color: Mauve Taupe. HEX triplet: 85, 63 and 6C. RGB value is (133,99,108). Sum of RGB (Red+Green+Blue) = 133+99+108=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636C is #7A9C93. Grayscale: #6E6E6E. Windows color (decimal): -8035476 or 7103365. OLE color: 7103365.
HSL color Cylindrical-coordinate representation of color #85636C: hue angle of 344.12º 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 #85636C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 108 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.48 |
| HSL | 344.12º | 0.15% | 0.45% | - |
| HSV(B) | 344.12º | 0.26% | 0.52% | - |
| XYZ | 16.84 | 14.99 | 16.19 | - |
| YUV | 110.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 108 | 0 | 0.26 | 0.19 | 0.48 | 344.12 | 0.15 | 0.45 |
| Hex | 85 | 63 | 6C | 0 | 1A | 13 | 30 | 158 | F | 2D |
| Octal | 205 | 143 | 154 | 0 | 32 | 23 | 60 | 530 | 17 | 55 |
| Binary | 10000101 | 1100011 | 1101100 | 0 | 11010 | 10011 | 110000 | 101011000 | 1111 | 101101 |
Color Harmonies of #85636C
Complementary color
Monochromatic Colors of #85636C
Black with #85636C
Text Example
Text Example
White with #85636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85636C; }
p { color: rgb(133,99,108); }
H1.HeaderClassName
{
color: #85636C;
}
.AnyTagClassName
{
color: #85636C;
}
</style>
background-color css
<style>
a { background-color: #85636C; }
a { background-color: rgb(133,99,108); }
div.DivClassName
{
background-color: #85636C;
}
.BgClassName
{
background-color: #85636C;
}
</style>
border-color css
<style>
span { border-color: #85636C; }
span { border-color: rgb(133,99,108); }
td.TdClassName
{
border-color: #85636C;
}
.TagClassName
{
border-color: #85636C;
}
</style>