Shades of Mauve Taupe #8B5D65
Tints of Mauve Taupe #8B5D65
RGB
CMYK
RGB Variations
Color information
#8B5D65 (or 0x8B5D65) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 65. RGB value is (139,93,101). Sum of RGB (Red+Green+Blue) = 139+93+101=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D65 is #74A29A. Grayscale: #6B6B6B. Windows color (decimal): -7643803 or 6643083. OLE color: 6643083.
HSL color Cylindrical-coordinate representation of color #8B5D65: hue angle of 349.57º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D65 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 101 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.45 |
| HSL | 349.57º | 0.2% | 0.45% | - |
| HSV(B) | 349.57º | 0.33% | 0.55% | - |
| XYZ | 16.91 | 14.26 | 14.17 | - |
| YUV | 107.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 101 | 0 | 0.33 | 0.27 | 0.45 | 349.57 | 0.2 | 0.45 |
| Hex | 8B | 5D | 65 | 0 | 21 | 1B | 2D | 15E | 14 | 2D |
| Octal | 213 | 135 | 145 | 0 | 41 | 33 | 55 | 536 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1100101 | 0 | 100001 | 11011 | 101101 | 101011110 | 10100 | 101101 |
Color Harmonies of #8B5D65
Complementary color
Monochromatic Colors of #8B5D65
Black with #8B5D65
Text Example
Text Example
White with #8B5D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D65; }
p { color: rgb(139,93,101); }
H1.HeaderClassName
{
color: #8B5D65;
}
.AnyTagClassName
{
color: #8B5D65;
}
</style>
background-color css
<style>
a { background-color: #8B5D65; }
a { background-color: rgb(139,93,101); }
div.DivClassName
{
background-color: #8B5D65;
}
.BgClassName
{
background-color: #8B5D65;
}
</style>
border-color css
<style>
span { border-color: #8B5D65; }
span { border-color: rgb(139,93,101); }
td.TdClassName
{
border-color: #8B5D65;
}
.TagClassName
{
border-color: #8B5D65;
}
</style>