Shades of Mauve Taupe #8B686F
Tints of Mauve Taupe #8B686F
RGB
CMYK
RGB Variations
Color information
#8B686F (or 0x8B686F) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 6F. RGB value is (139,104,111). Sum of RGB (Red+Green+Blue) = 139+104+111=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B686F is #749790. Grayscale: #737373. Windows color (decimal): -7640977 or 7301259. OLE color: 7301259.
HSL color Cylindrical-coordinate representation of color #8B686F: hue angle of 348º 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 #8B686F is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 111 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.45 |
| HSL | 348º | 0.14% | 0.48% | - |
| HSV(B) | 348º | 0.25% | 0.55% | - |
| XYZ | 18.47 | 16.54 | 17.26 | - |
| YUV | 115.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 111 | 0 | 0.25 | 0.20 | 0.45 | 348 | 0.14 | 0.48 |
| Hex | 8B | 68 | 6F | 0 | 19 | 14 | 2D | 15C | E | 30 |
| Octal | 213 | 150 | 157 | 0 | 31 | 24 | 55 | 534 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1101111 | 0 | 11001 | 10100 | 101101 | 101011100 | 1110 | 110000 |
Color Harmonies of #8B686F
Complementary color
Monochromatic Colors of #8B686F
Black with #8B686F
Text Example
Text Example
White with #8B686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B686F; }
p { color: rgb(139,104,111); }
H1.HeaderClassName
{
color: #8B686F;
}
.AnyTagClassName
{
color: #8B686F;
}
</style>
background-color css
<style>
a { background-color: #8B686F; }
a { background-color: rgb(139,104,111); }
div.DivClassName
{
background-color: #8B686F;
}
.BgClassName
{
background-color: #8B686F;
}
</style>
border-color css
<style>
span { border-color: #8B686F; }
span { border-color: rgb(139,104,111); }
td.TdClassName
{
border-color: #8B686F;
}
.TagClassName
{
border-color: #8B686F;
}
</style>