Shades of Mauve Taupe #8B656D
Tints of Mauve Taupe #8B656D
RGB
CMYK
RGB Variations
Color information
#8B656D (or 0x8B656D) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 6D. RGB value is (139,101,109). Sum of RGB (Red+Green+Blue) = 139+101+109=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B656D is #749A92. Grayscale: #717171. Windows color (decimal): -7641747 or 7169419. OLE color: 7169419.
HSL color Cylindrical-coordinate representation of color #8B656D: hue angle of 347.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B656D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 109 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.45 |
| HSL | 347.37º | 0.16% | 0.47% | - |
| HSV(B) | 347.37º | 0.27% | 0.55% | - |
| XYZ | 18.06 | 15.9 | 16.59 | - |
| YUV | 113.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 109 | 0 | 0.27 | 0.22 | 0.45 | 347.37 | 0.16 | 0.47 |
| Hex | 8B | 65 | 6D | 0 | 1B | 16 | 2D | 15B | 10 | 2F |
| Octal | 213 | 145 | 155 | 0 | 33 | 26 | 55 | 533 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1101101 | 0 | 11011 | 10110 | 101101 | 101011011 | 10000 | 101111 |
Color Harmonies of #8B656D
Complementary color
Monochromatic Colors of #8B656D
Black with #8B656D
Text Example
Text Example
White with #8B656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B656D; }
p { color: rgb(139,101,109); }
H1.HeaderClassName
{
color: #8B656D;
}
.AnyTagClassName
{
color: #8B656D;
}
</style>
background-color css
<style>
a { background-color: #8B656D; }
a { background-color: rgb(139,101,109); }
div.DivClassName
{
background-color: #8B656D;
}
.BgClassName
{
background-color: #8B656D;
}
</style>
border-color css
<style>
span { border-color: #8B656D; }
span { border-color: rgb(139,101,109); }
td.TdClassName
{
border-color: #8B656D;
}
.TagClassName
{
border-color: #8B656D;
}
</style>