Shades of Mauve Taupe #8B5C6E
Tints of Mauve Taupe #8B5C6E
RGB
CMYK
RGB Variations
Color information
#8B5C6E (or 0x8B5C6E) is known color: Mauve Taupe. HEX triplet: 8B, 5C and 6E. RGB value is (139,92,110). Sum of RGB (Red+Green+Blue) = 139+92+110=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C6E is #74A391. Grayscale: #6C6C6C. Windows color (decimal): -7644050 or 7232651. OLE color: 7232651.
HSL color Cylindrical-coordinate representation of color #8B5C6E: hue angle of 337.02º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C6E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 110 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.45 |
| HSL | 337.02º | 0.2% | 0.45% | - |
| HSV(B) | 337.02º | 0.34% | 0.55% | - |
| XYZ | 17.29 | 14.27 | 16.59 | - |
| YUV | 108.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 110 | 0 | 0.34 | 0.21 | 0.45 | 337.02 | 0.2 | 0.45 |
| Hex | 8B | 5C | 6E | 0 | 22 | 15 | 2D | 151 | 14 | 2D |
| Octal | 213 | 134 | 156 | 0 | 42 | 25 | 55 | 521 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1101110 | 0 | 100010 | 10101 | 101101 | 101010001 | 10100 | 101101 |
Color Harmonies of #8B5C6E
Complementary color
Monochromatic Colors of #8B5C6E
Black with #8B5C6E
Text Example
Text Example
White with #8B5C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C6E; }
p { color: rgb(139,92,110); }
H1.HeaderClassName
{
color: #8B5C6E;
}
.AnyTagClassName
{
color: #8B5C6E;
}
</style>
background-color css
<style>
a { background-color: #8B5C6E; }
a { background-color: rgb(139,92,110); }
div.DivClassName
{
background-color: #8B5C6E;
}
.BgClassName
{
background-color: #8B5C6E;
}
</style>
border-color css
<style>
span { border-color: #8B5C6E; }
span { border-color: rgb(139,92,110); }
td.TdClassName
{
border-color: #8B5C6E;
}
.TagClassName
{
border-color: #8B5C6E;
}
</style>