Shades of Mauve Taupe #8B6265
Tints of Mauve Taupe #8B6265
RGB
CMYK
RGB Variations
Color information
#8B6265 (or 0x8B6265) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 65. RGB value is (139,98,101). Sum of RGB (Red+Green+Blue) = 139+98+101=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6265 is #749D9A. Grayscale: #6E6E6E. Windows color (decimal): -7642523 or 6644363. OLE color: 6644363.
HSL color Cylindrical-coordinate representation of color #8B6265: hue angle of 355.61º 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 #8B6265 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 101 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.45 |
| HSL | 355.61º | 0.17% | 0.46% | - |
| HSV(B) | 355.61º | 0.29% | 0.55% | - |
| XYZ | 17.36 | 15.16 | 14.32 | - |
| YUV | 110.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 101 | 0 | 0.29 | 0.27 | 0.45 | 355.61 | 0.17 | 0.46 |
| Hex | 8B | 62 | 65 | 0 | 1D | 1B | 2D | 164 | 11 | 2E |
| Octal | 213 | 142 | 145 | 0 | 35 | 33 | 55 | 544 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1100101 | 0 | 11101 | 11011 | 101101 | 101100100 | 10001 | 101110 |
Color Harmonies of #8B6265
Complementary color
Monochromatic Colors of #8B6265
Black with #8B6265
Text Example
Text Example
White with #8B6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6265; }
p { color: rgb(139,98,101); }
H1.HeaderClassName
{
color: #8B6265;
}
.AnyTagClassName
{
color: #8B6265;
}
</style>
background-color css
<style>
a { background-color: #8B6265; }
a { background-color: rgb(139,98,101); }
div.DivClassName
{
background-color: #8B6265;
}
.BgClassName
{
background-color: #8B6265;
}
</style>
border-color css
<style>
span { border-color: #8B6265; }
span { border-color: rgb(139,98,101); }
td.TdClassName
{
border-color: #8B6265;
}
.TagClassName
{
border-color: #8B6265;
}
</style>