Shades of Mauve Taupe #8B626A
Tints of Mauve Taupe #8B626A
RGB
CMYK
RGB Variations
Color information
#8B626A (or 0x8B626A) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 6A. RGB value is (139,98,106). Sum of RGB (Red+Green+Blue) = 139+98+106=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B626A is #749D95. Grayscale: #6F6F6F. Windows color (decimal): -7642518 or 6972043. OLE color: 6972043.
HSL color Cylindrical-coordinate representation of color #8B626A: hue angle of 348.29º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B626A is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 106 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.45 |
| HSL | 348.29º | 0.17% | 0.46% | - |
| HSV(B) | 348.29º | 0.29% | 0.55% | - |
| XYZ | 17.62 | 15.26 | 15.65 | - |
| YUV | 111.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 106 | 0 | 0.29 | 0.24 | 0.45 | 348.29 | 0.17 | 0.46 |
| Hex | 8B | 62 | 6A | 0 | 1D | 18 | 2D | 15C | 11 | 2E |
| Octal | 213 | 142 | 152 | 0 | 35 | 30 | 55 | 534 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1101010 | 0 | 11101 | 11000 | 101101 | 101011100 | 10001 | 101110 |
Color Harmonies of #8B626A
Complementary color
Monochromatic Colors of #8B626A
Black with #8B626A
Text Example
Text Example
White with #8B626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B626A; }
p { color: rgb(139,98,106); }
H1.HeaderClassName
{
color: #8B626A;
}
.AnyTagClassName
{
color: #8B626A;
}
</style>
background-color css
<style>
a { background-color: #8B626A; }
a { background-color: rgb(139,98,106); }
div.DivClassName
{
background-color: #8B626A;
}
.BgClassName
{
background-color: #8B626A;
}
</style>
border-color css
<style>
span { border-color: #8B626A; }
span { border-color: rgb(139,98,106); }
td.TdClassName
{
border-color: #8B626A;
}
.TagClassName
{
border-color: #8B626A;
}
</style>