Shades of Mauve Taupe #83606C
Tints of Mauve Taupe #83606C
RGB
CMYK
RGB Variations
Color information
#83606C (or 0x83606C) is known color: Mauve Taupe. HEX triplet: 83, 60 and 6C. RGB value is (131,96,108). Sum of RGB (Red+Green+Blue) = 131+96+108=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #83606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83606C is #7C9F93. Grayscale: #6B6B6B. Windows color (decimal): -8167316 or 7102595. OLE color: 7102595.
HSL color Cylindrical-coordinate representation of color #83606C: hue angle of 339.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83606C is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 108 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.49 |
| HSL | 339.43º | 0.15% | 0.45% | - |
| HSV(B) | 339.43º | 0.27% | 0.51% | - |
| XYZ | 16.25 | 14.27 | 16.09 | - |
| YUV | 107.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 108 | 0 | 0.27 | 0.18 | 0.49 | 339.43 | 0.15 | 0.45 |
| Hex | 83 | 60 | 6C | 0 | 1B | 12 | 31 | 153 | F | 2D |
| Octal | 203 | 140 | 154 | 0 | 33 | 22 | 61 | 523 | 17 | 55 |
| Binary | 10000011 | 1100000 | 1101100 | 0 | 11011 | 10010 | 110001 | 101010011 | 1111 | 101101 |
Color Harmonies of #83606C
Complementary color
Monochromatic Colors of #83606C
Black with #83606C
Text Example
Text Example
White with #83606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83606C; }
p { color: rgb(131,96,108); }
H1.HeaderClassName
{
color: #83606C;
}
.AnyTagClassName
{
color: #83606C;
}
</style>
background-color css
<style>
a { background-color: #83606C; }
a { background-color: rgb(131,96,108); }
div.DivClassName
{
background-color: #83606C;
}
.BgClassName
{
background-color: #83606C;
}
</style>
border-color css
<style>
span { border-color: #83606C; }
span { border-color: rgb(131,96,108); }
td.TdClassName
{
border-color: #83606C;
}
.TagClassName
{
border-color: #83606C;
}
</style>