Shades of Mauve Taupe #85636A
Tints of Mauve Taupe #85636A
RGB
CMYK
RGB Variations
Color information
#85636A (or 0x85636A) is known color: Mauve Taupe. HEX triplet: 85, 63 and 6A. RGB value is (133,99,106). Sum of RGB (Red+Green+Blue) = 133+99+106=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636A is #7A9C95. Grayscale: #6D6D6D. Windows color (decimal): -8035478 or 6972293. OLE color: 6972293.
HSL color Cylindrical-coordinate representation of color #85636A: hue angle of 347.65º 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 #85636A is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 106 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.48 |
| HSL | 347.65º | 0.15% | 0.45% | - |
| HSV(B) | 347.65º | 0.26% | 0.52% | - |
| XYZ | 16.74 | 14.95 | 15.64 | - |
| YUV | 109.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 106 | 0 | 0.26 | 0.20 | 0.48 | 347.65 | 0.15 | 0.45 |
| Hex | 85 | 63 | 6A | 0 | 1A | 14 | 30 | 15C | F | 2D |
| Octal | 205 | 143 | 152 | 0 | 32 | 24 | 60 | 534 | 17 | 55 |
| Binary | 10000101 | 1100011 | 1101010 | 0 | 11010 | 10100 | 110000 | 101011100 | 1111 | 101101 |
Color Harmonies of #85636A
Complementary color
Monochromatic Colors of #85636A
Black with #85636A
Text Example
Text Example
White with #85636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85636A; }
p { color: rgb(133,99,106); }
H1.HeaderClassName
{
color: #85636A;
}
.AnyTagClassName
{
color: #85636A;
}
</style>
background-color css
<style>
a { background-color: #85636A; }
a { background-color: rgb(133,99,106); }
div.DivClassName
{
background-color: #85636A;
}
.BgClassName
{
background-color: #85636A;
}
</style>
border-color css
<style>
span { border-color: #85636A; }
span { border-color: rgb(133,99,106); }
td.TdClassName
{
border-color: #85636A;
}
.TagClassName
{
border-color: #85636A;
}
</style>