Shades of Mauve Taupe #8B686D
Tints of Mauve Taupe #8B686D
RGB
CMYK
RGB Variations
Color information
#8B686D (or 0x8B686D) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 6D. RGB value is (139,104,109). Sum of RGB (Red+Green+Blue) = 139+104+109=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B686D is #749792. Grayscale: #737373. Windows color (decimal): -7640979 or 7170187. OLE color: 7170187.
HSL color Cylindrical-coordinate representation of color #8B686D: hue angle of 351.43º 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 #8B686D is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 109 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.45 |
| HSL | 351.43º | 0.14% | 0.48% | - |
| HSV(B) | 351.43º | 0.25% | 0.55% | - |
| XYZ | 18.36 | 16.49 | 16.68 | - |
| YUV | 115.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 109 | 0 | 0.25 | 0.22 | 0.45 | 351.43 | 0.14 | 0.48 |
| Hex | 8B | 68 | 6D | 0 | 19 | 16 | 2D | 15F | E | 30 |
| Octal | 213 | 150 | 155 | 0 | 31 | 26 | 55 | 537 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1101101 | 0 | 11001 | 10110 | 101101 | 101011111 | 1110 | 110000 |
Color Harmonies of #8B686D
Complementary color
Monochromatic Colors of #8B686D
Black with #8B686D
Text Example
Text Example
White with #8B686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B686D; }
p { color: rgb(139,104,109); }
H1.HeaderClassName
{
color: #8B686D;
}
.AnyTagClassName
{
color: #8B686D;
}
</style>
background-color css
<style>
a { background-color: #8B686D; }
a { background-color: rgb(139,104,109); }
div.DivClassName
{
background-color: #8B686D;
}
.BgClassName
{
background-color: #8B686D;
}
</style>
border-color css
<style>
span { border-color: #8B686D; }
span { border-color: rgb(139,104,109); }
td.TdClassName
{
border-color: #8B686D;
}
.TagClassName
{
border-color: #8B686D;
}
</style>