Shades of Mauve Taupe #8B686A
Tints of Mauve Taupe #8B686A
RGB
CMYK
RGB Variations
Color information
#8B686A (or 0x8B686A) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 6A. RGB value is (139,104,106). Sum of RGB (Red+Green+Blue) = 139+104+106=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B686A is #749795. Grayscale: #727272. Windows color (decimal): -7640982 or 6973579. OLE color: 6973579.
HSL color Cylindrical-coordinate representation of color #8B686A: hue angle of 356.57º 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 #8B686A is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 106 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.45 |
| HSL | 356.57º | 0.14% | 0.48% | - |
| HSV(B) | 356.57º | 0.25% | 0.55% | - |
| XYZ | 18.2 | 16.43 | 15.85 | - |
| YUV | 114.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 106 | 0 | 0.25 | 0.24 | 0.45 | 356.57 | 0.14 | 0.48 |
| Hex | 8B | 68 | 6A | 0 | 19 | 18 | 2D | 165 | E | 30 |
| Octal | 213 | 150 | 152 | 0 | 31 | 30 | 55 | 545 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1101010 | 0 | 11001 | 11000 | 101101 | 101100101 | 1110 | 110000 |
Color Harmonies of #8B686A
Complementary color
Monochromatic Colors of #8B686A
Black with #8B686A
Text Example
Text Example
White with #8B686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B686A; }
p { color: rgb(139,104,106); }
H1.HeaderClassName
{
color: #8B686A;
}
.AnyTagClassName
{
color: #8B686A;
}
</style>
background-color css
<style>
a { background-color: #8B686A; }
a { background-color: rgb(139,104,106); }
div.DivClassName
{
background-color: #8B686A;
}
.BgClassName
{
background-color: #8B686A;
}
</style>
border-color css
<style>
span { border-color: #8B686A; }
span { border-color: rgb(139,104,106); }
td.TdClassName
{
border-color: #8B686A;
}
.TagClassName
{
border-color: #8B686A;
}
</style>