Shades of Rose Taupe #8D6058
Tints of Rose Taupe #8D6058
RGB
CMYK
RGB Variations
Color information
#8D6058 (or 0x8D6058) is known color: Rose Taupe. HEX triplet: 8D, 60 and 58. RGB value is (141,96,88). Sum of RGB (Red+Green+Blue) = 141+96+88=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6058 is #729FA7. Grayscale: #6C6C6C. Windows color (decimal): -7511976 or 5791885. OLE color: 5791885.
HSL color Cylindrical-coordinate representation of color #8D6058: hue angle of 9.06º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D6058 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 88 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.45 |
| HSL | 9.06º | 0.23% | 0.45% | - |
| HSV(B) | 9.06º | 0.38% | 0.55% | - |
| XYZ | 16.93 | 14.73 | 11.18 | - |
| YUV | 108.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 88 | 0 | 0.32 | 0.38 | 0.45 | 9.06 | 0.23 | 0.45 |
| Hex | 8D | 60 | 58 | 0 | 20 | 26 | 2D | 9 | 17 | 2D |
| Octal | 215 | 140 | 130 | 0 | 40 | 46 | 55 | 11 | 27 | 55 |
| Binary | 10001101 | 1100000 | 1011000 | 0 | 100000 | 100110 | 101101 | 1001 | 10111 | 101101 |
Color Harmonies of #8D6058
Complementary color
Monochromatic Colors of #8D6058
Black with #8D6058
Text Example
Text Example
White with #8D6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6058; }
p { color: rgb(141,96,88); }
H1.HeaderClassName
{
color: #8D6058;
}
.AnyTagClassName
{
color: #8D6058;
}
</style>
background-color css
<style>
a { background-color: #8D6058; }
a { background-color: rgb(141,96,88); }
div.DivClassName
{
background-color: #8D6058;
}
.BgClassName
{
background-color: #8D6058;
}
</style>
border-color css
<style>
span { border-color: #8D6058; }
span { border-color: rgb(141,96,88); }
td.TdClassName
{
border-color: #8D6058;
}
.TagClassName
{
border-color: #8D6058;
}
</style>