Shades of Mauve Taupe #836164
Tints of Mauve Taupe #836164
RGB
CMYK
RGB Variations
Color information
#836164 (or 0x836164) is known color: Mauve Taupe. HEX triplet: 83, 61 and 64. RGB value is (131,97,100). Sum of RGB (Red+Green+Blue) = 131+97+100=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #836164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836164 is #7C9E9B. Grayscale: #6B6B6B. Windows color (decimal): -8167068 or 6578563. OLE color: 6578563.
HSL color Cylindrical-coordinate representation of color #836164: hue angle of 354.71º 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 #836164 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 100 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.49 |
| HSL | 354.71º | 0.15% | 0.45% | - |
| HSV(B) | 354.71º | 0.26% | 0.51% | - |
| XYZ | 15.94 | 14.29 | 13.98 | - |
| YUV | 107.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 100 | 0 | 0.26 | 0.24 | 0.49 | 354.71 | 0.15 | 0.45 |
| Hex | 83 | 61 | 64 | 0 | 1A | 18 | 31 | 163 | F | 2D |
| Octal | 203 | 141 | 144 | 0 | 32 | 30 | 61 | 543 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1100100 | 0 | 11010 | 11000 | 110001 | 101100011 | 1111 | 101101 |
Color Harmonies of #836164
Complementary color
Monochromatic Colors of #836164
Black with #836164
Text Example
Text Example
White with #836164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836164; }
p { color: rgb(131,97,100); }
H1.HeaderClassName
{
color: #836164;
}
.AnyTagClassName
{
color: #836164;
}
</style>
background-color css
<style>
a { background-color: #836164; }
a { background-color: rgb(131,97,100); }
div.DivClassName
{
background-color: #836164;
}
.BgClassName
{
background-color: #836164;
}
</style>
border-color css
<style>
span { border-color: #836164; }
span { border-color: rgb(131,97,100); }
td.TdClassName
{
border-color: #836164;
}
.TagClassName
{
border-color: #836164;
}
</style>