Shades of Mauve Taupe #8B6365
Tints of Mauve Taupe #8B6365
RGB
CMYK
RGB Variations
Color information
#8B6365 (or 0x8B6365) is known color: Mauve Taupe. HEX triplet: 8B, 63 and 65. RGB value is (139,99,101). Sum of RGB (Red+Green+Blue) = 139+99+101=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6365 is #749C9A. Grayscale: #6F6F6F. Windows color (decimal): -7642267 or 6644619. OLE color: 6644619.
HSL color Cylindrical-coordinate representation of color #8B6365: hue angle of 357º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6365 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 101 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.45 |
| HSL | 357º | 0.17% | 0.47% | - |
| HSV(B) | 357º | 0.29% | 0.55% | - |
| XYZ | 17.46 | 15.35 | 14.36 | - |
| YUV | 111.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 101 | 0 | 0.29 | 0.27 | 0.45 | 357 | 0.17 | 0.47 |
| Hex | 8B | 63 | 65 | 0 | 1D | 1B | 2D | 165 | 11 | 2F |
| Octal | 213 | 143 | 145 | 0 | 35 | 33 | 55 | 545 | 21 | 57 |
| Binary | 10001011 | 1100011 | 1100101 | 0 | 11101 | 11011 | 101101 | 101100101 | 10001 | 101111 |
Color Harmonies of #8B6365
Complementary color
Monochromatic Colors of #8B6365
Black with #8B6365
Text Example
Text Example
White with #8B6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6365; }
p { color: rgb(139,99,101); }
H1.HeaderClassName
{
color: #8B6365;
}
.AnyTagClassName
{
color: #8B6365;
}
</style>
background-color css
<style>
a { background-color: #8B6365; }
a { background-color: rgb(139,99,101); }
div.DivClassName
{
background-color: #8B6365;
}
.BgClassName
{
background-color: #8B6365;
}
</style>
border-color css
<style>
span { border-color: #8B6365; }
span { border-color: rgb(139,99,101); }
td.TdClassName
{
border-color: #8B6365;
}
.TagClassName
{
border-color: #8B6365;
}
</style>