Shades of Mauve Taupe #826269
Tints of Mauve Taupe #826269
RGB
CMYK
RGB Variations
Color information
#826269 (or 0x826269) is known color: Mauve Taupe. HEX triplet: 82, 62 and 69. RGB value is (130,98,105). Sum of RGB (Red+Green+Blue) = 130+98+105=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826269 is #7D9D96. Grayscale: #6C6C6C. Windows color (decimal): -8232343 or 6906498. OLE color: 6906498.
HSL color Cylindrical-coordinate representation of color #826269: hue angle of 346.88º 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 #826269 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 105 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.49 |
| HSL | 346.88º | 0.14% | 0.45% | - |
| HSV(B) | 346.88º | 0.25% | 0.51% | - |
| XYZ | 16.12 | 14.5 | 15.31 | - |
| YUV | 108.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 105 | 0 | 0.25 | 0.19 | 0.49 | 346.88 | 0.14 | 0.45 |
| Hex | 82 | 62 | 69 | 0 | 19 | 13 | 31 | 15B | E | 2D |
| Octal | 202 | 142 | 151 | 0 | 31 | 23 | 61 | 533 | 16 | 55 |
| Binary | 10000010 | 1100010 | 1101001 | 0 | 11001 | 10011 | 110001 | 101011011 | 1110 | 101101 |
Color Harmonies of #826269
Complementary color
Monochromatic Colors of #826269
Black with #826269
Text Example
Text Example
White with #826269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826269; }
p { color: rgb(130,98,105); }
H1.HeaderClassName
{
color: #826269;
}
.AnyTagClassName
{
color: #826269;
}
</style>
background-color css
<style>
a { background-color: #826269; }
a { background-color: rgb(130,98,105); }
div.DivClassName
{
background-color: #826269;
}
.BgClassName
{
background-color: #826269;
}
</style>
border-color css
<style>
span { border-color: #826269; }
span { border-color: rgb(130,98,105); }
td.TdClassName
{
border-color: #826269;
}
.TagClassName
{
border-color: #826269;
}
</style>