Shades of Mauve Taupe #816268
Tints of Mauve Taupe #816268
RGB
CMYK
RGB Variations
Color information
#816268 (or 0x816268) is known color: Mauve Taupe. HEX triplet: 81, 62 and 68. RGB value is (129,98,104). Sum of RGB (Red+Green+Blue) = 129+98+104=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #816268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816268 is #7E9D97. Grayscale: #6B6B6B. Windows color (decimal): -8297880 or 6840961. OLE color: 6840961.
HSL color Cylindrical-coordinate representation of color #816268: hue angle of 348.39º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816268 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 98 | 104 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.49 |
| HSL | 348.39º | 0.14% | 0.45% | - |
| HSV(B) | 348.39º | 0.24% | 0.51% | - |
| XYZ | 15.92 | 14.4 | 15.04 | - |
| YUV | 107.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 104 | 0 | 0.24 | 0.19 | 0.49 | 348.39 | 0.14 | 0.45 |
| Hex | 81 | 62 | 68 | 0 | 18 | 13 | 31 | 15C | E | 2D |
| Octal | 201 | 142 | 150 | 0 | 30 | 23 | 61 | 534 | 16 | 55 |
| Binary | 10000001 | 1100010 | 1101000 | 0 | 11000 | 10011 | 110001 | 101011100 | 1110 | 101101 |
Color Harmonies of #816268
Complementary color
Monochromatic Colors of #816268
Black with #816268
Text Example
Text Example
White with #816268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816268; }
p { color: rgb(129,98,104); }
H1.HeaderClassName
{
color: #816268;
}
.AnyTagClassName
{
color: #816268;
}
</style>
background-color css
<style>
a { background-color: #816268; }
a { background-color: rgb(129,98,104); }
div.DivClassName
{
background-color: #816268;
}
.BgClassName
{
background-color: #816268;
}
</style>
border-color css
<style>
span { border-color: #816268; }
span { border-color: rgb(129,98,104); }
td.TdClassName
{
border-color: #816268;
}
.TagClassName
{
border-color: #816268;
}
</style>