Shades of Mauve Taupe #826165
Tints of Mauve Taupe #826165
RGB
CMYK
RGB Variations
Color information
#826165 (or 0x826165) is known color: Mauve Taupe. HEX triplet: 82, 61 and 65. RGB value is (130,97,101). Sum of RGB (Red+Green+Blue) = 130+97+101=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826165 is #7D9E9A. Grayscale: #6B6B6B. Windows color (decimal): -8232603 or 6644098. OLE color: 6644098.
HSL color Cylindrical-coordinate representation of color #826165: hue angle of 352.73º degrees, saturation: 0.15, 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 #826165 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 97 | 101 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.49 |
| HSL | 352.73º | 0.15% | 0.45% | - |
| HSV(B) | 352.73º | 0.25% | 0.51% | - |
| XYZ | 15.83 | 14.23 | 14.23 | - |
| YUV | 107.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 101 | 0 | 0.25 | 0.22 | 0.49 | 352.73 | 0.15 | 0.45 |
| Hex | 82 | 61 | 65 | 0 | 19 | 16 | 31 | 161 | F | 2D |
| Octal | 202 | 141 | 145 | 0 | 31 | 26 | 61 | 541 | 17 | 55 |
| Binary | 10000010 | 1100001 | 1100101 | 0 | 11001 | 10110 | 110001 | 101100001 | 1111 | 101101 |
Color Harmonies of #826165
Complementary color
Monochromatic Colors of #826165
Black with #826165
Text Example
Text Example
White with #826165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826165; }
p { color: rgb(130,97,101); }
H1.HeaderClassName
{
color: #826165;
}
.AnyTagClassName
{
color: #826165;
}
</style>
background-color css
<style>
a { background-color: #826165; }
a { background-color: rgb(130,97,101); }
div.DivClassName
{
background-color: #826165;
}
.BgClassName
{
background-color: #826165;
}
</style>
border-color css
<style>
span { border-color: #826165; }
span { border-color: rgb(130,97,101); }
td.TdClassName
{
border-color: #826165;
}
.TagClassName
{
border-color: #826165;
}
</style>