Shades of Mauve Taupe #8B5D6A
Tints of Mauve Taupe #8B5D6A
RGB
CMYK
RGB Variations
Color information
#8B5D6A (or 0x8B5D6A) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 6A. RGB value is (139,93,106). Sum of RGB (Red+Green+Blue) = 139+93+106=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D6A is #74A295. Grayscale: #6C6C6C. Windows color (decimal): -7643798 or 6970763. OLE color: 6970763.
HSL color Cylindrical-coordinate representation of color #8B5D6A: hue angle of 343.04º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D6A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 106 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.45 |
| HSL | 343.04º | 0.2% | 0.45% | - |
| HSV(B) | 343.04º | 0.33% | 0.55% | - |
| XYZ | 17.16 | 14.36 | 15.5 | - |
| YUV | 108.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 106 | 0 | 0.33 | 0.24 | 0.45 | 343.04 | 0.2 | 0.45 |
| Hex | 8B | 5D | 6A | 0 | 21 | 18 | 2D | 157 | 14 | 2D |
| Octal | 213 | 135 | 152 | 0 | 41 | 30 | 55 | 527 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1101010 | 0 | 100001 | 11000 | 101101 | 101010111 | 10100 | 101101 |
Color Harmonies of #8B5D6A
Complementary color
Monochromatic Colors of #8B5D6A
Black with #8B5D6A
Text Example
Text Example
White with #8B5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D6A; }
p { color: rgb(139,93,106); }
H1.HeaderClassName
{
color: #8B5D6A;
}
.AnyTagClassName
{
color: #8B5D6A;
}
</style>
background-color css
<style>
a { background-color: #8B5D6A; }
a { background-color: rgb(139,93,106); }
div.DivClassName
{
background-color: #8B5D6A;
}
.BgClassName
{
background-color: #8B5D6A;
}
</style>
border-color css
<style>
span { border-color: #8B5D6A; }
span { border-color: rgb(139,93,106); }
td.TdClassName
{
border-color: #8B5D6A;
}
.TagClassName
{
border-color: #8B5D6A;
}
</style>