Shades of Mauve Taupe #8B686C
Tints of Mauve Taupe #8B686C
RGB
CMYK
RGB Variations
Color information
#8B686C (or 0x8B686C) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 6C. RGB value is (139,104,108). Sum of RGB (Red+Green+Blue) = 139+104+108=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B686C is #749793. Grayscale: #727272. Windows color (decimal): -7640980 or 7104651. OLE color: 7104651.
HSL color Cylindrical-coordinate representation of color #8B686C: hue angle of 353.14º 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 #8B686C is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 108 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.45 |
| HSL | 353.14º | 0.14% | 0.48% | - |
| HSV(B) | 353.14º | 0.25% | 0.55% | - |
| XYZ | 18.3 | 16.47 | 16.4 | - |
| YUV | 114.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 108 | 0 | 0.25 | 0.22 | 0.45 | 353.14 | 0.14 | 0.48 |
| Hex | 8B | 68 | 6C | 0 | 19 | 16 | 2D | 161 | E | 30 |
| Octal | 213 | 150 | 154 | 0 | 31 | 26 | 55 | 541 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1101100 | 0 | 11001 | 10110 | 101101 | 101100001 | 1110 | 110000 |
Color Harmonies of #8B686C
Complementary color
Monochromatic Colors of #8B686C
Black with #8B686C
Text Example
Text Example
White with #8B686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B686C; }
p { color: rgb(139,104,108); }
H1.HeaderClassName
{
color: #8B686C;
}
.AnyTagClassName
{
color: #8B686C;
}
</style>
background-color css
<style>
a { background-color: #8B686C; }
a { background-color: rgb(139,104,108); }
div.DivClassName
{
background-color: #8B686C;
}
.BgClassName
{
background-color: #8B686C;
}
</style>
border-color css
<style>
span { border-color: #8B686C; }
span { border-color: rgb(139,104,108); }
td.TdClassName
{
border-color: #8B686C;
}
.TagClassName
{
border-color: #8B686C;
}
</style>