Shades of Mauve Taupe #8B656A
Tints of Mauve Taupe #8B656A
RGB
CMYK
RGB Variations
Color information
#8B656A (or 0x8B656A) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 6A. RGB value is (139,101,106). Sum of RGB (Red+Green+Blue) = 139+101+106=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B656A is #749A95. Grayscale: #707070. Windows color (decimal): -7641750 or 6972811. OLE color: 6972811.
HSL color Cylindrical-coordinate representation of color #8B656A: hue angle of 352.11º 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 #8B656A is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 106 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.45 |
| HSL | 352.11º | 0.16% | 0.47% | - |
| HSV(B) | 352.11º | 0.27% | 0.55% | - |
| XYZ | 17.9 | 15.84 | 15.75 | - |
| YUV | 112.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 106 | 0 | 0.27 | 0.24 | 0.45 | 352.11 | 0.16 | 0.47 |
| Hex | 8B | 65 | 6A | 0 | 1B | 18 | 2D | 160 | 10 | 2F |
| Octal | 213 | 145 | 152 | 0 | 33 | 30 | 55 | 540 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1101010 | 0 | 11011 | 11000 | 101101 | 101100000 | 10000 | 101111 |
Color Harmonies of #8B656A
Complementary color
Monochromatic Colors of #8B656A
Black with #8B656A
Text Example
Text Example
White with #8B656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B656A; }
p { color: rgb(139,101,106); }
H1.HeaderClassName
{
color: #8B656A;
}
.AnyTagClassName
{
color: #8B656A;
}
</style>
background-color css
<style>
a { background-color: #8B656A; }
a { background-color: rgb(139,101,106); }
div.DivClassName
{
background-color: #8B656A;
}
.BgClassName
{
background-color: #8B656A;
}
</style>
border-color css
<style>
span { border-color: #8B656A; }
span { border-color: rgb(139,101,106); }
td.TdClassName
{
border-color: #8B656A;
}
.TagClassName
{
border-color: #8B656A;
}
</style>