Shades of Mauve Taupe #866373
Tints of Mauve Taupe #866373
RGB
CMYK
RGB Variations
Color information
#866373 (or 0x866373) is known color: Mauve Taupe. HEX triplet: 86, 63 and 73. RGB value is (134,99,115). Sum of RGB (Red+Green+Blue) = 134+99+115=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866373 is #799C8C. Grayscale: #6F6F6F. Windows color (decimal): -7969933 or 7562118. OLE color: 7562118.
HSL color Cylindrical-coordinate representation of color #866373: hue angle of 332.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866373 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 115 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.47 |
| HSL | 332.57º | 0.15% | 0.46% | - |
| HSV(B) | 332.57º | 0.26% | 0.53% | - |
| XYZ | 17.39 | 15.23 | 18.24 | - |
| YUV | 111.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 115 | 0 | 0.26 | 0.14 | 0.47 | 332.57 | 0.15 | 0.46 |
| Hex | 86 | 63 | 73 | 0 | 1A | E | 2F | 14D | F | 2E |
| Octal | 206 | 143 | 163 | 0 | 32 | 16 | 57 | 515 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1110011 | 0 | 11010 | 1110 | 101111 | 101001101 | 1111 | 101110 |
Color Harmonies of #866373
Complementary color
Monochromatic Colors of #866373
Black with #866373
Text Example
Text Example
White with #866373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866373; }
p { color: rgb(134,99,115); }
H1.HeaderClassName
{
color: #866373;
}
.AnyTagClassName
{
color: #866373;
}
</style>
background-color css
<style>
a { background-color: #866373; }
a { background-color: rgb(134,99,115); }
div.DivClassName
{
background-color: #866373;
}
.BgClassName
{
background-color: #866373;
}
</style>
border-color css
<style>
span { border-color: #866373; }
span { border-color: rgb(134,99,115); }
td.TdClassName
{
border-color: #866373;
}
.TagClassName
{
border-color: #866373;
}
</style>