Shades of Mauve Taupe #8B6873
Tints of Mauve Taupe #8B6873
RGB
CMYK
RGB Variations
Color information
#8B6873 (or 0x8B6873) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 73. RGB value is (139,104,115). Sum of RGB (Red+Green+Blue) = 139+104+115=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6873 is #74978C. Grayscale: #737373. Windows color (decimal): -7640973 or 7563403. OLE color: 7563403.
HSL color Cylindrical-coordinate representation of color #8B6873: hue angle of 341.14º 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 #8B6873 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 115 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.45 |
| HSL | 341.14º | 0.14% | 0.48% | - |
| HSV(B) | 341.14º | 0.25% | 0.55% | - |
| XYZ | 18.69 | 16.63 | 18.44 | - |
| YUV | 115.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 115 | 0 | 0.25 | 0.17 | 0.45 | 341.14 | 0.14 | 0.48 |
| Hex | 8B | 68 | 73 | 0 | 19 | 11 | 2D | 155 | E | 30 |
| Octal | 213 | 150 | 163 | 0 | 31 | 21 | 55 | 525 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1110011 | 0 | 11001 | 10001 | 101101 | 101010101 | 1110 | 110000 |
Color Harmonies of #8B6873
Complementary color
Monochromatic Colors of #8B6873
Black with #8B6873
Text Example
Text Example
White with #8B6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6873; }
p { color: rgb(139,104,115); }
H1.HeaderClassName
{
color: #8B6873;
}
.AnyTagClassName
{
color: #8B6873;
}
</style>
background-color css
<style>
a { background-color: #8B6873; }
a { background-color: rgb(139,104,115); }
div.DivClassName
{
background-color: #8B6873;
}
.BgClassName
{
background-color: #8B6873;
}
</style>
border-color css
<style>
span { border-color: #8B6873; }
span { border-color: rgb(139,104,115); }
td.TdClassName
{
border-color: #8B6873;
}
.TagClassName
{
border-color: #8B6873;
}
</style>