Shades of Mauve Taupe #80636F
Tints of Mauve Taupe #80636F
RGB
CMYK
RGB Variations
Color information
#80636F (or 0x80636F) is known color: Mauve Taupe. HEX triplet: 80, 63 and 6F. RGB value is (128,99,111). Sum of RGB (Red+Green+Blue) = 128+99+111=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80636F is #7F9C90. Grayscale: #6D6D6D. Windows color (decimal): -8363153 or 7299968. OLE color: 7299968.
HSL color Cylindrical-coordinate representation of color #80636F: hue angle of 335.17º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80636F is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 111 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.50 |
| HSL | 335.17º | 0.13% | 0.45% | - |
| HSV(B) | 335.17º | 0.23% | 0.5% | - |
| XYZ | 16.23 | 14.66 | 17.01 | - |
| YUV | 109.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 111 | 0 | 0.23 | 0.13 | 0.50 | 335.17 | 0.13 | 0.45 |
| Hex | 80 | 63 | 6F | 0 | 17 | D | 32 | 14F | D | 2D |
| Octal | 200 | 143 | 157 | 0 | 27 | 15 | 62 | 517 | 15 | 55 |
| Binary | 10000000 | 1100011 | 1101111 | 0 | 10111 | 1101 | 110010 | 101001111 | 1101 | 101101 |
Color Harmonies of #80636F
Complementary color
Monochromatic Colors of #80636F
Black with #80636F
Text Example
Text Example
White with #80636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80636F; }
p { color: rgb(128,99,111); }
H1.HeaderClassName
{
color: #80636F;
}
.AnyTagClassName
{
color: #80636F;
}
</style>
background-color css
<style>
a { background-color: #80636F; }
a { background-color: rgb(128,99,111); }
div.DivClassName
{
background-color: #80636F;
}
.BgClassName
{
background-color: #80636F;
}
</style>
border-color css
<style>
span { border-color: #80636F; }
span { border-color: rgb(128,99,111); }
td.TdClassName
{
border-color: #80636F;
}
.TagClassName
{
border-color: #80636F;
}
</style>