Shades of Mauve Taupe #8B646E
Tints of Mauve Taupe #8B646E
RGB
CMYK
RGB Variations
Color information
#8B646E (or 0x8B646E) is known color: Mauve Taupe. HEX triplet: 8B, 64 and 6E. RGB value is (139,100,110). Sum of RGB (Red+Green+Blue) = 139+100+110=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B646E is #749B91. Grayscale: #707070. Windows color (decimal): -7642002 or 7234699. OLE color: 7234699.
HSL color Cylindrical-coordinate representation of color #8B646E: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B646E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 110 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.45 |
| HSL | 344.62º | 0.16% | 0.47% | - |
| HSV(B) | 344.62º | 0.28% | 0.55% | - |
| XYZ | 18.02 | 15.73 | 16.84 | - |
| YUV | 112.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 110 | 0 | 0.28 | 0.21 | 0.45 | 344.62 | 0.16 | 0.47 |
| Hex | 8B | 64 | 6E | 0 | 1C | 15 | 2D | 159 | 10 | 2F |
| Octal | 213 | 144 | 156 | 0 | 34 | 25 | 55 | 531 | 20 | 57 |
| Binary | 10001011 | 1100100 | 1101110 | 0 | 11100 | 10101 | 101101 | 101011001 | 10000 | 101111 |
Color Harmonies of #8B646E
Complementary color
Monochromatic Colors of #8B646E
Black with #8B646E
Text Example
Text Example
White with #8B646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B646E; }
p { color: rgb(139,100,110); }
H1.HeaderClassName
{
color: #8B646E;
}
.AnyTagClassName
{
color: #8B646E;
}
</style>
background-color css
<style>
a { background-color: #8B646E; }
a { background-color: rgb(139,100,110); }
div.DivClassName
{
background-color: #8B646E;
}
.BgClassName
{
background-color: #8B646E;
}
</style>
border-color css
<style>
span { border-color: #8B646E; }
span { border-color: rgb(139,100,110); }
td.TdClassName
{
border-color: #8B646E;
}
.TagClassName
{
border-color: #8B646E;
}
</style>