Shades of Mauve Taupe #8B656F
Tints of Mauve Taupe #8B656F
RGB
CMYK
RGB Variations
Color information
#8B656F (or 0x8B656F) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 6F. RGB value is (139,101,111). Sum of RGB (Red+Green+Blue) = 139+101+111=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B656F is #749A90. Grayscale: #717171. Windows color (decimal): -7641745 or 7300491. OLE color: 7300491.
HSL color Cylindrical-coordinate representation of color #8B656F: hue angle of 344.21º 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 #8B656F is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 111 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.45 |
| HSL | 344.21º | 0.16% | 0.47% | - |
| HSV(B) | 344.21º | 0.27% | 0.55% | - |
| XYZ | 18.17 | 15.94 | 17.16 | - |
| YUV | 113.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 111 | 0 | 0.27 | 0.20 | 0.45 | 344.21 | 0.16 | 0.47 |
| Hex | 8B | 65 | 6F | 0 | 1B | 14 | 2D | 158 | 10 | 2F |
| Octal | 213 | 145 | 157 | 0 | 33 | 24 | 55 | 530 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1101111 | 0 | 11011 | 10100 | 101101 | 101011000 | 10000 | 101111 |
Color Harmonies of #8B656F
Complementary color
Monochromatic Colors of #8B656F
Black with #8B656F
Text Example
Text Example
White with #8B656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B656F; }
p { color: rgb(139,101,111); }
H1.HeaderClassName
{
color: #8B656F;
}
.AnyTagClassName
{
color: #8B656F;
}
</style>
background-color css
<style>
a { background-color: #8B656F; }
a { background-color: rgb(139,101,111); }
div.DivClassName
{
background-color: #8B656F;
}
.BgClassName
{
background-color: #8B656F;
}
</style>
border-color css
<style>
span { border-color: #8B656F; }
span { border-color: rgb(139,101,111); }
td.TdClassName
{
border-color: #8B656F;
}
.TagClassName
{
border-color: #8B656F;
}
</style>