Shades of Mauve Taupe #83616E
Tints of Mauve Taupe #83616E
RGB
CMYK
RGB Variations
Color information
#83616E (or 0x83616E) is known color: Mauve Taupe. HEX triplet: 83, 61 and 6E. RGB value is (131,97,110). Sum of RGB (Red+Green+Blue) = 131+97+110=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83616E is #7C9E91. Grayscale: #6C6C6C. Windows color (decimal): -8167058 or 7233923. OLE color: 7233923.
HSL color Cylindrical-coordinate representation of color #83616E: hue angle of 337.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83616E is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 110 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.49 |
| HSL | 337.06º | 0.15% | 0.45% | - |
| HSV(B) | 337.06º | 0.26% | 0.51% | - |
| XYZ | 16.45 | 14.5 | 16.68 | - |
| YUV | 108.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 110 | 0 | 0.26 | 0.16 | 0.49 | 337.06 | 0.15 | 0.45 |
| Hex | 83 | 61 | 6E | 0 | 1A | 10 | 31 | 151 | F | 2D |
| Octal | 203 | 141 | 156 | 0 | 32 | 20 | 61 | 521 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1101110 | 0 | 11010 | 10000 | 110001 | 101010001 | 1111 | 101101 |
Color Harmonies of #83616E
Complementary color
Monochromatic Colors of #83616E
Black with #83616E
Text Example
Text Example
White with #83616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83616E; }
p { color: rgb(131,97,110); }
H1.HeaderClassName
{
color: #83616E;
}
.AnyTagClassName
{
color: #83616E;
}
</style>
background-color css
<style>
a { background-color: #83616E; }
a { background-color: rgb(131,97,110); }
div.DivClassName
{
background-color: #83616E;
}
.BgClassName
{
background-color: #83616E;
}
</style>
border-color css
<style>
span { border-color: #83616E; }
span { border-color: rgb(131,97,110); }
td.TdClassName
{
border-color: #83616E;
}
.TagClassName
{
border-color: #83616E;
}
</style>