Shades of Mauve Taupe #835F66
Tints of Mauve Taupe #835F66
RGB
CMYK
RGB Variations
Color information
#835F66 (or 0x835F66) is known color: Mauve Taupe. HEX triplet: 83, 5F and 66. RGB value is (131,95,102). Sum of RGB (Red+Green+Blue) = 131+95+102=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #835F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F66 is #7CA099. Grayscale: #6A6A6A. Windows color (decimal): -8167578 or 6709123. OLE color: 6709123.
HSL color Cylindrical-coordinate representation of color #835F66: hue angle of 348.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #835F66 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 102 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.49 |
| HSL | 348.33º | 0.16% | 0.44% | - |
| HSV(B) | 348.33º | 0.27% | 0.51% | - |
| XYZ | 15.85 | 13.97 | 14.43 | - |
| YUV | 106.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 102 | 0 | 0.27 | 0.22 | 0.49 | 348.33 | 0.16 | 0.44 |
| Hex | 83 | 5F | 66 | 0 | 1B | 16 | 31 | 15C | 10 | 2C |
| Octal | 203 | 137 | 146 | 0 | 33 | 26 | 61 | 534 | 20 | 54 |
| Binary | 10000011 | 1011111 | 1100110 | 0 | 11011 | 10110 | 110001 | 101011100 | 10000 | 101100 |
Color Harmonies of #835F66
Complementary color
Monochromatic Colors of #835F66
Black with #835F66
Text Example
Text Example
White with #835F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F66; }
p { color: rgb(131,95,102); }
H1.HeaderClassName
{
color: #835F66;
}
.AnyTagClassName
{
color: #835F66;
}
</style>
background-color css
<style>
a { background-color: #835F66; }
a { background-color: rgb(131,95,102); }
div.DivClassName
{
background-color: #835F66;
}
.BgClassName
{
background-color: #835F66;
}
</style>
border-color css
<style>
span { border-color: #835F66; }
span { border-color: rgb(131,95,102); }
td.TdClassName
{
border-color: #835F66;
}
.TagClassName
{
border-color: #835F66;
}
</style>