Shades of Mauve Taupe #8B6871
Tints of Mauve Taupe #8B6871
RGB
CMYK
RGB Variations
Color information
#8B6871 (or 0x8B6871) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 71. RGB value is (139,104,113). Sum of RGB (Red+Green+Blue) = 139+104+113=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6871 is #74978E. Grayscale: #737373. Windows color (decimal): -7640975 or 7432331. OLE color: 7432331.
HSL color Cylindrical-coordinate representation of color #8B6871: hue angle of 344.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6871 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 113 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.45 |
| HSL | 344.57º | 0.14% | 0.48% | - |
| HSV(B) | 344.57º | 0.25% | 0.55% | - |
| XYZ | 18.58 | 16.58 | 17.84 | - |
| YUV | 115.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 113 | 0 | 0.25 | 0.19 | 0.45 | 344.57 | 0.14 | 0.48 |
| Hex | 8B | 68 | 71 | 0 | 19 | 13 | 2D | 159 | E | 30 |
| Octal | 213 | 150 | 161 | 0 | 31 | 23 | 55 | 531 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1110001 | 0 | 11001 | 10011 | 101101 | 101011001 | 1110 | 110000 |
Color Harmonies of #8B6871
Complementary color
Monochromatic Colors of #8B6871
Black with #8B6871
Text Example
Text Example
White with #8B6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6871; }
p { color: rgb(139,104,113); }
H1.HeaderClassName
{
color: #8B6871;
}
.AnyTagClassName
{
color: #8B6871;
}
</style>
background-color css
<style>
a { background-color: #8B6871; }
a { background-color: rgb(139,104,113); }
div.DivClassName
{
background-color: #8B6871;
}
.BgClassName
{
background-color: #8B6871;
}
</style>
border-color css
<style>
span { border-color: #8B6871; }
span { border-color: rgb(139,104,113); }
td.TdClassName
{
border-color: #8B6871;
}
.TagClassName
{
border-color: #8B6871;
}
</style>