Shades of Mauve Taupe #81646E
Tints of Mauve Taupe #81646E
RGB
CMYK
RGB Variations
Color information
#81646E (or 0x81646E) is known color: Mauve Taupe. HEX triplet: 81, 64 and 6E. RGB value is (129,100,110). Sum of RGB (Red+Green+Blue) = 129+100+110=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81646E is #7E9B91. Grayscale: #6D6D6D. Windows color (decimal): -8297362 or 7234689. OLE color: 7234689.
HSL color Cylindrical-coordinate representation of color #81646E: hue angle of 339.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81646E is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 100 | 110 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.49 |
| HSL | 339.31º | 0.13% | 0.45% | - |
| HSV(B) | 339.31º | 0.22% | 0.51% | - |
| XYZ | 16.42 | 14.91 | 16.76 | - |
| YUV | 109.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 110 | 0 | 0.22 | 0.15 | 0.49 | 339.31 | 0.13 | 0.45 |
| Hex | 81 | 64 | 6E | 0 | 16 | F | 31 | 153 | D | 2D |
| Octal | 201 | 144 | 156 | 0 | 26 | 17 | 61 | 523 | 15 | 55 |
| Binary | 10000001 | 1100100 | 1101110 | 0 | 10110 | 1111 | 110001 | 101010011 | 1101 | 101101 |
Color Harmonies of #81646E
Complementary color
Monochromatic Colors of #81646E
Black with #81646E
Text Example
Text Example
White with #81646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81646E; }
p { color: rgb(129,100,110); }
H1.HeaderClassName
{
color: #81646E;
}
.AnyTagClassName
{
color: #81646E;
}
</style>
background-color css
<style>
a { background-color: #81646E; }
a { background-color: rgb(129,100,110); }
div.DivClassName
{
background-color: #81646E;
}
.BgClassName
{
background-color: #81646E;
}
</style>
border-color css
<style>
span { border-color: #81646E; }
span { border-color: rgb(129,100,110); }
td.TdClassName
{
border-color: #81646E;
}
.TagClassName
{
border-color: #81646E;
}
</style>