Shades of Mauve Taupe #8B5D69
Tints of Mauve Taupe #8B5D69
RGB
CMYK
RGB Variations
Color information
#8B5D69 (or 0x8B5D69) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 69. RGB value is (139,93,105). Sum of RGB (Red+Green+Blue) = 139+93+105=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D69 is #74A296. Grayscale: #6C6C6C. Windows color (decimal): -7643799 or 6905227. OLE color: 6905227.
HSL color Cylindrical-coordinate representation of color #8B5D69: hue angle of 344.35º 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 #8B5D69 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 105 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.45 |
| HSL | 344.35º | 0.2% | 0.45% | - |
| HSV(B) | 344.35º | 0.33% | 0.55% | - |
| XYZ | 17.11 | 14.34 | 15.23 | - |
| YUV | 108.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 105 | 0 | 0.33 | 0.24 | 0.45 | 344.35 | 0.2 | 0.45 |
| Hex | 8B | 5D | 69 | 0 | 21 | 18 | 2D | 158 | 14 | 2D |
| Octal | 213 | 135 | 151 | 0 | 41 | 30 | 55 | 530 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1101001 | 0 | 100001 | 11000 | 101101 | 101011000 | 10100 | 101101 |
Color Harmonies of #8B5D69
Complementary color
Monochromatic Colors of #8B5D69
Black with #8B5D69
Text Example
Text Example
White with #8B5D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D69; }
p { color: rgb(139,93,105); }
H1.HeaderClassName
{
color: #8B5D69;
}
.AnyTagClassName
{
color: #8B5D69;
}
</style>
background-color css
<style>
a { background-color: #8B5D69; }
a { background-color: rgb(139,93,105); }
div.DivClassName
{
background-color: #8B5D69;
}
.BgClassName
{
background-color: #8B5D69;
}
</style>
border-color css
<style>
span { border-color: #8B5D69; }
span { border-color: rgb(139,93,105); }
td.TdClassName
{
border-color: #8B5D69;
}
.TagClassName
{
border-color: #8B5D69;
}
</style>