Shades of Mauve Taupe #836266
Tints of Mauve Taupe #836266
RGB
CMYK
RGB Variations
Color information
#836266 (or 0x836266) is known color: Mauve Taupe. HEX triplet: 83, 62 and 66. RGB value is (131,98,102). Sum of RGB (Red+Green+Blue) = 131+98+102=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #836266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836266 is #7C9D99. Grayscale: #6C6C6C. Windows color (decimal): -8166810 or 6709891. OLE color: 6709891.
HSL color Cylindrical-coordinate representation of color #836266: hue angle of 352.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836266 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 98 | 102 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.49 |
| HSL | 352.73º | 0.14% | 0.45% | - |
| HSV(B) | 352.73º | 0.25% | 0.51% | - |
| XYZ | 16.13 | 14.52 | 14.52 | - |
| YUV | 108.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 102 | 0 | 0.25 | 0.22 | 0.49 | 352.73 | 0.14 | 0.45 |
| Hex | 83 | 62 | 66 | 0 | 19 | 16 | 31 | 161 | E | 2D |
| Octal | 203 | 142 | 146 | 0 | 31 | 26 | 61 | 541 | 16 | 55 |
| Binary | 10000011 | 1100010 | 1100110 | 0 | 11001 | 10110 | 110001 | 101100001 | 1110 | 101101 |
Color Harmonies of #836266
Complementary color
Monochromatic Colors of #836266
Black with #836266
Text Example
Text Example
White with #836266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836266; }
p { color: rgb(131,98,102); }
H1.HeaderClassName
{
color: #836266;
}
.AnyTagClassName
{
color: #836266;
}
</style>
background-color css
<style>
a { background-color: #836266; }
a { background-color: rgb(131,98,102); }
div.DivClassName
{
background-color: #836266;
}
.BgClassName
{
background-color: #836266;
}
</style>
border-color css
<style>
span { border-color: #836266; }
span { border-color: rgb(131,98,102); }
td.TdClassName
{
border-color: #836266;
}
.TagClassName
{
border-color: #836266;
}
</style>