Shades of Mauve Taupe #83666F
Tints of Mauve Taupe #83666F
RGB
CMYK
RGB Variations
Color information
#83666F (or 0x83666F) is known color: Mauve Taupe. HEX triplet: 83, 66 and 6F. RGB value is (131,102,111). Sum of RGB (Red+Green+Blue) = 131+102+111=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #83666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666F is #7C9990. Grayscale: #6F6F6F. Windows color (decimal): -8165777 or 7300739. OLE color: 7300739.
HSL color Cylindrical-coordinate representation of color #83666F: hue angle of 341.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83666F is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 111 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.49 |
| HSL | 341.38º | 0.12% | 0.46% | - |
| HSV(B) | 341.38º | 0.22% | 0.51% | - |
| XYZ | 16.98 | 15.48 | 17.13 | - |
| YUV | 111.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 111 | 0 | 0.22 | 0.15 | 0.49 | 341.38 | 0.12 | 0.46 |
| Hex | 83 | 66 | 6F | 0 | 16 | F | 31 | 155 | C | 2E |
| Octal | 203 | 146 | 157 | 0 | 26 | 17 | 61 | 525 | 14 | 56 |
| Binary | 10000011 | 1100110 | 1101111 | 0 | 10110 | 1111 | 110001 | 101010101 | 1100 | 101110 |
Color Harmonies of #83666F
Complementary color
Monochromatic Colors of #83666F
Black with #83666F
Text Example
Text Example
White with #83666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83666F; }
p { color: rgb(131,102,111); }
H1.HeaderClassName
{
color: #83666F;
}
.AnyTagClassName
{
color: #83666F;
}
</style>
background-color css
<style>
a { background-color: #83666F; }
a { background-color: rgb(131,102,111); }
div.DivClassName
{
background-color: #83666F;
}
.BgClassName
{
background-color: #83666F;
}
</style>
border-color css
<style>
span { border-color: #83666F; }
span { border-color: rgb(131,102,111); }
td.TdClassName
{
border-color: #83666F;
}
.TagClassName
{
border-color: #83666F;
}
</style>