Shades of Mauve Taupe #8B5E6C
Tints of Mauve Taupe #8B5E6C
RGB
CMYK
RGB Variations
Color information
#8B5E6C (or 0x8B5E6C) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 6C. RGB value is (139,94,108). Sum of RGB (Red+Green+Blue) = 139+94+108=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E6C is #74A193. Grayscale: #6D6D6D. Windows color (decimal): -7643540 or 7102091. OLE color: 7102091.
HSL color Cylindrical-coordinate representation of color #8B5E6C: hue angle of 341.33º 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 #8B5E6C is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 108 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.45 |
| HSL | 341.33º | 0.19% | 0.46% | - |
| HSV(B) | 341.33º | 0.32% | 0.55% | - |
| XYZ | 17.36 | 14.58 | 16.09 | - |
| YUV | 109.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 108 | 0 | 0.32 | 0.22 | 0.45 | 341.33 | 0.19 | 0.46 |
| Hex | 8B | 5E | 6C | 0 | 20 | 16 | 2D | 155 | 13 | 2E |
| Octal | 213 | 136 | 154 | 0 | 40 | 26 | 55 | 525 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1101100 | 0 | 100000 | 10110 | 101101 | 101010101 | 10011 | 101110 |
Color Harmonies of #8B5E6C
Complementary color
Monochromatic Colors of #8B5E6C
Black with #8B5E6C
Text Example
Text Example
White with #8B5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E6C; }
p { color: rgb(139,94,108); }
H1.HeaderClassName
{
color: #8B5E6C;
}
.AnyTagClassName
{
color: #8B5E6C;
}
</style>
background-color css
<style>
a { background-color: #8B5E6C; }
a { background-color: rgb(139,94,108); }
div.DivClassName
{
background-color: #8B5E6C;
}
.BgClassName
{
background-color: #8B5E6C;
}
</style>
border-color css
<style>
span { border-color: #8B5E6C; }
span { border-color: rgb(139,94,108); }
td.TdClassName
{
border-color: #8B5E6C;
}
.TagClassName
{
border-color: #8B5E6C;
}
</style>