Shades of Mauve Taupe #8B606E
Tints of Mauve Taupe #8B606E
RGB
CMYK
RGB Variations
Color information
#8B606E (or 0x8B606E) is known color: Mauve Taupe. HEX triplet: 8B, 60 and 6E. RGB value is (139,96,110). Sum of RGB (Red+Green+Blue) = 139+96+110=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B606E is #749F91. Grayscale: #6E6E6E. Windows color (decimal): -7643026 or 7233675. OLE color: 7233675.
HSL color Cylindrical-coordinate representation of color #8B606E: hue angle of 340.47º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B606E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 110 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.45 |
| HSL | 340.47º | 0.18% | 0.46% | - |
| HSV(B) | 340.47º | 0.31% | 0.55% | - |
| XYZ | 17.64 | 14.98 | 16.71 | - |
| YUV | 110.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 110 | 0 | 0.31 | 0.21 | 0.45 | 340.47 | 0.18 | 0.46 |
| Hex | 8B | 60 | 6E | 0 | 1F | 15 | 2D | 154 | 12 | 2E |
| Octal | 213 | 140 | 156 | 0 | 37 | 25 | 55 | 524 | 22 | 56 |
| Binary | 10001011 | 1100000 | 1101110 | 0 | 11111 | 10101 | 101101 | 101010100 | 10010 | 101110 |
Color Harmonies of #8B606E
Complementary color
Monochromatic Colors of #8B606E
Black with #8B606E
Text Example
Text Example
White with #8B606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B606E; }
p { color: rgb(139,96,110); }
H1.HeaderClassName
{
color: #8B606E;
}
.AnyTagClassName
{
color: #8B606E;
}
</style>
background-color css
<style>
a { background-color: #8B606E; }
a { background-color: rgb(139,96,110); }
div.DivClassName
{
background-color: #8B606E;
}
.BgClassName
{
background-color: #8B606E;
}
</style>
border-color css
<style>
span { border-color: #8B606E; }
span { border-color: rgb(139,96,110); }
td.TdClassName
{
border-color: #8B606E;
}
.TagClassName
{
border-color: #8B606E;
}
</style>