Shades of Mauve Taupe #8B5E6D
Tints of Mauve Taupe #8B5E6D
RGB
CMYK
RGB Variations
Color information
#8B5E6D (or 0x8B5E6D) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 6D. RGB value is (139,94,109). Sum of RGB (Red+Green+Blue) = 139+94+109=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E6D is #74A192. Grayscale: #6D6D6D. Windows color (decimal): -7643539 or 7167627. OLE color: 7167627.
HSL color Cylindrical-coordinate representation of color #8B5E6D: hue angle of 340º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E6D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 109 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.45 |
| HSL | 340º | 0.19% | 0.46% | - |
| HSV(B) | 340º | 0.32% | 0.55% | - |
| XYZ | 17.41 | 14.6 | 16.37 | - |
| YUV | 109.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 109 | 0 | 0.32 | 0.22 | 0.45 | 340 | 0.19 | 0.46 |
| Hex | 8B | 5E | 6D | 0 | 20 | 16 | 2D | 154 | 13 | 2E |
| Octal | 213 | 136 | 155 | 0 | 40 | 26 | 55 | 524 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1101101 | 0 | 100000 | 10110 | 101101 | 101010100 | 10011 | 101110 |
Color Harmonies of #8B5E6D
Complementary color
Monochromatic Colors of #8B5E6D
Black with #8B5E6D
Text Example
Text Example
White with #8B5E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E6D; }
p { color: rgb(139,94,109); }
H1.HeaderClassName
{
color: #8B5E6D;
}
.AnyTagClassName
{
color: #8B5E6D;
}
</style>
background-color css
<style>
a { background-color: #8B5E6D; }
a { background-color: rgb(139,94,109); }
div.DivClassName
{
background-color: #8B5E6D;
}
.BgClassName
{
background-color: #8B5E6D;
}
</style>
border-color css
<style>
span { border-color: #8B5E6D; }
span { border-color: rgb(139,94,109); }
td.TdClassName
{
border-color: #8B5E6D;
}
.TagClassName
{
border-color: #8B5E6D;
}
</style>