Shades of Mauve Taupe #8B686E
Tints of Mauve Taupe #8B686E
RGB
CMYK
RGB Variations
Color information
#8B686E (or 0x8B686E) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 6E. RGB value is (139,104,110). Sum of RGB (Red+Green+Blue) = 139+104+110=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B686E is #749791. Grayscale: #737373. Windows color (decimal): -7640978 or 7235723. OLE color: 7235723.
HSL color Cylindrical-coordinate representation of color #8B686E: hue angle of 349.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B686E is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 110 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.45 |
| HSL | 349.71º | 0.14% | 0.48% | - |
| HSV(B) | 349.71º | 0.25% | 0.55% | - |
| XYZ | 18.41 | 16.52 | 16.97 | - |
| YUV | 115.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 110 | 0 | 0.25 | 0.21 | 0.45 | 349.71 | 0.14 | 0.48 |
| Hex | 8B | 68 | 6E | 0 | 19 | 15 | 2D | 15E | E | 30 |
| Octal | 213 | 150 | 156 | 0 | 31 | 25 | 55 | 536 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1101110 | 0 | 11001 | 10101 | 101101 | 101011110 | 1110 | 110000 |
Color Harmonies of #8B686E
Complementary color
Monochromatic Colors of #8B686E
Black with #8B686E
Text Example
Text Example
White with #8B686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B686E; }
p { color: rgb(139,104,110); }
H1.HeaderClassName
{
color: #8B686E;
}
.AnyTagClassName
{
color: #8B686E;
}
</style>
background-color css
<style>
a { background-color: #8B686E; }
a { background-color: rgb(139,104,110); }
div.DivClassName
{
background-color: #8B686E;
}
.BgClassName
{
background-color: #8B686E;
}
</style>
border-color css
<style>
span { border-color: #8B686E; }
span { border-color: rgb(139,104,110); }
td.TdClassName
{
border-color: #8B686E;
}
.TagClassName
{
border-color: #8B686E;
}
</style>