Shades of Mauve Taupe #81616C
Tints of Mauve Taupe #81616C
RGB
CMYK
RGB Variations
Color information
#81616C (or 0x81616C) is known color: Mauve Taupe. HEX triplet: 81, 61 and 6C. RGB value is (129,97,108). Sum of RGB (Red+Green+Blue) = 129+97+108=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #81616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81616C is #7E9E93. Grayscale: #6B6B6B. Windows color (decimal): -8298132 or 7102849. OLE color: 7102849.
HSL color Cylindrical-coordinate representation of color #81616C: hue angle of 339.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81616C is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 97 | 108 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.49 |
| HSL | 339.38º | 0.14% | 0.44% | - |
| HSV(B) | 339.38º | 0.25% | 0.51% | - |
| XYZ | 16.03 | 14.3 | 16.1 | - |
| YUV | 107.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 108 | 0 | 0.25 | 0.16 | 0.49 | 339.38 | 0.14 | 0.44 |
| Hex | 81 | 61 | 6C | 0 | 19 | 10 | 31 | 153 | E | 2C |
| Octal | 201 | 141 | 154 | 0 | 31 | 20 | 61 | 523 | 16 | 54 |
| Binary | 10000001 | 1100001 | 1101100 | 0 | 11001 | 10000 | 110001 | 101010011 | 1110 | 101100 |
Color Harmonies of #81616C
Complementary color
Monochromatic Colors of #81616C
Black with #81616C
Text Example
Text Example
White with #81616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81616C; }
p { color: rgb(129,97,108); }
H1.HeaderClassName
{
color: #81616C;
}
.AnyTagClassName
{
color: #81616C;
}
</style>
background-color css
<style>
a { background-color: #81616C; }
a { background-color: rgb(129,97,108); }
div.DivClassName
{
background-color: #81616C;
}
.BgClassName
{
background-color: #81616C;
}
</style>
border-color css
<style>
span { border-color: #81616C; }
span { border-color: rgb(129,97,108); }
td.TdClassName
{
border-color: #81616C;
}
.TagClassName
{
border-color: #81616C;
}
</style>