Shades of Mauve Taupe #866165
Tints of Mauve Taupe #866165
RGB
CMYK
RGB Variations
Color information
#866165 (or 0x866165) is known color: Mauve Taupe. HEX triplet: 86, 61 and 65. RGB value is (134,97,101). Sum of RGB (Red+Green+Blue) = 134+97+101=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866165 is #799E9A. Grayscale: #6C6C6C. Windows color (decimal): -7970459 or 6644102. OLE color: 6644102.
HSL color Cylindrical-coordinate representation of color #866165: hue angle of 353.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866165 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 101 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.47 |
| HSL | 353.51º | 0.16% | 0.45% | - |
| HSV(B) | 353.51º | 0.28% | 0.53% | - |
| XYZ | 16.46 | 14.56 | 14.25 | - |
| YUV | 108.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 101 | 0 | 0.28 | 0.25 | 0.47 | 353.51 | 0.16 | 0.45 |
| Hex | 86 | 61 | 65 | 0 | 1C | 19 | 2F | 162 | 10 | 2D |
| Octal | 206 | 141 | 145 | 0 | 34 | 31 | 57 | 542 | 20 | 55 |
| Binary | 10000110 | 1100001 | 1100101 | 0 | 11100 | 11001 | 101111 | 101100010 | 10000 | 101101 |
Color Harmonies of #866165
Complementary color
Monochromatic Colors of #866165
Black with #866165
Text Example
Text Example
White with #866165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866165; }
p { color: rgb(134,97,101); }
H1.HeaderClassName
{
color: #866165;
}
.AnyTagClassName
{
color: #866165;
}
</style>
background-color css
<style>
a { background-color: #866165; }
a { background-color: rgb(134,97,101); }
div.DivClassName
{
background-color: #866165;
}
.BgClassName
{
background-color: #866165;
}
</style>
border-color css
<style>
span { border-color: #866165; }
span { border-color: rgb(134,97,101); }
td.TdClassName
{
border-color: #866165;
}
.TagClassName
{
border-color: #866165;
}
</style>