Shades of Mauve Taupe #8B6169
Tints of Mauve Taupe #8B6169
RGB
CMYK
RGB Variations
Color information
#8B6169 (or 0x8B6169) is known color: Mauve Taupe. HEX triplet: 8B, 61 and 69. RGB value is (139,97,105). Sum of RGB (Red+Green+Blue) = 139+97+105=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6169 is #749E96. Grayscale: #6E6E6E. Windows color (decimal): -7642775 or 6906251. OLE color: 6906251.
HSL color Cylindrical-coordinate representation of color #8B6169: hue angle of 348.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6169 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 97 | 105 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.45 |
| HSL | 348.57º | 0.18% | 0.46% | - |
| HSV(B) | 348.57º | 0.3% | 0.55% | - |
| XYZ | 17.47 | 15.06 | 15.35 | - |
| YUV | 110.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 105 | 0 | 0.30 | 0.24 | 0.45 | 348.57 | 0.18 | 0.46 |
| Hex | 8B | 61 | 69 | 0 | 1E | 18 | 2D | 15D | 12 | 2E |
| Octal | 213 | 141 | 151 | 0 | 36 | 30 | 55 | 535 | 22 | 56 |
| Binary | 10001011 | 1100001 | 1101001 | 0 | 11110 | 11000 | 101101 | 101011101 | 10010 | 101110 |
Color Harmonies of #8B6169
Complementary color
Monochromatic Colors of #8B6169
Black with #8B6169
Text Example
Text Example
White with #8B6169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6169; }
p { color: rgb(139,97,105); }
H1.HeaderClassName
{
color: #8B6169;
}
.AnyTagClassName
{
color: #8B6169;
}
</style>
background-color css
<style>
a { background-color: #8B6169; }
a { background-color: rgb(139,97,105); }
div.DivClassName
{
background-color: #8B6169;
}
.BgClassName
{
background-color: #8B6169;
}
</style>
border-color css
<style>
span { border-color: #8B6169; }
span { border-color: rgb(139,97,105); }
td.TdClassName
{
border-color: #8B6169;
}
.TagClassName
{
border-color: #8B6169;
}
</style>