Shades of Mauve Taupe #81646F
Tints of Mauve Taupe #81646F
RGB
CMYK
RGB Variations
Color information
#81646F (or 0x81646F) is known color: Mauve Taupe. HEX triplet: 81, 64 and 6F. RGB value is (129,100,111). Sum of RGB (Red+Green+Blue) = 129+100+111=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #81646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81646F is #7E9B90. Grayscale: #6D6D6D. Windows color (decimal): -8297361 or 7300225. OLE color: 7300225.
HSL color Cylindrical-coordinate representation of color #81646F: hue angle of 337.24º 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 #81646F is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 100 | 111 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.49 |
| HSL | 337.24º | 0.13% | 0.45% | - |
| HSV(B) | 337.24º | 0.22% | 0.51% | - |
| XYZ | 16.48 | 14.93 | 17.05 | - |
| YUV | 109.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 111 | 0 | 0.22 | 0.14 | 0.49 | 337.24 | 0.13 | 0.45 |
| Hex | 81 | 64 | 6F | 0 | 16 | E | 31 | 151 | D | 2D |
| Octal | 201 | 144 | 157 | 0 | 26 | 16 | 61 | 521 | 15 | 55 |
| Binary | 10000001 | 1100100 | 1101111 | 0 | 10110 | 1110 | 110001 | 101010001 | 1101 | 101101 |
Color Harmonies of #81646F
Complementary color
Monochromatic Colors of #81646F
Black with #81646F
Text Example
Text Example
White with #81646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81646F; }
p { color: rgb(129,100,111); }
H1.HeaderClassName
{
color: #81646F;
}
.AnyTagClassName
{
color: #81646F;
}
</style>
background-color css
<style>
a { background-color: #81646F; }
a { background-color: rgb(129,100,111); }
div.DivClassName
{
background-color: #81646F;
}
.BgClassName
{
background-color: #81646F;
}
</style>
border-color css
<style>
span { border-color: #81646F; }
span { border-color: rgb(129,100,111); }
td.TdClassName
{
border-color: #81646F;
}
.TagClassName
{
border-color: #81646F;
}
</style>