Shades of Mauve Taupe #8B6570
Tints of Mauve Taupe #8B6570
RGB
CMYK
RGB Variations
Color information
#8B6570 (or 0x8B6570) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 70. RGB value is (139,101,112). Sum of RGB (Red+Green+Blue) = 139+101+112=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6570 is #749A8F. Grayscale: #717171. Windows color (decimal): -7641744 or 7366027. OLE color: 7366027.
HSL color Cylindrical-coordinate representation of color #8B6570: hue angle of 342.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6570 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 112 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.45 |
| HSL | 342.63º | 0.16% | 0.47% | - |
| HSV(B) | 342.63º | 0.27% | 0.55% | - |
| XYZ | 18.23 | 15.97 | 17.45 | - |
| YUV | 113.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 112 | 0 | 0.27 | 0.19 | 0.45 | 342.63 | 0.16 | 0.47 |
| Hex | 8B | 65 | 70 | 0 | 1B | 13 | 2D | 157 | 10 | 2F |
| Octal | 213 | 145 | 160 | 0 | 33 | 23 | 55 | 527 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1110000 | 0 | 11011 | 10011 | 101101 | 101010111 | 10000 | 101111 |
Color Harmonies of #8B6570
Complementary color
Monochromatic Colors of #8B6570
Black with #8B6570
Text Example
Text Example
White with #8B6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6570; }
p { color: rgb(139,101,112); }
H1.HeaderClassName
{
color: #8B6570;
}
.AnyTagClassName
{
color: #8B6570;
}
</style>
background-color css
<style>
a { background-color: #8B6570; }
a { background-color: rgb(139,101,112); }
div.DivClassName
{
background-color: #8B6570;
}
.BgClassName
{
background-color: #8B6570;
}
</style>
border-color css
<style>
span { border-color: #8B6570; }
span { border-color: rgb(139,101,112); }
td.TdClassName
{
border-color: #8B6570;
}
.TagClassName
{
border-color: #8B6570;
}
</style>