Shades of Rose Taupe #8D615E
Tints of Rose Taupe #8D615E
RGB
CMYK
RGB Variations
Color information
#8D615E (or 0x8D615E) is known color: Rose Taupe. HEX triplet: 8D, 61 and 5E. RGB value is (141,97,94). Sum of RGB (Red+Green+Blue) = 141+97+94=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D615E is #729EA1. Grayscale: #6D6D6D. Windows color (decimal): -7511714 or 6185357. OLE color: 6185357.
HSL color Cylindrical-coordinate representation of color #8D615E: hue angle of 3.83º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D615E is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 94 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.45 |
| HSL | 3.83º | 0.2% | 0.46% | - |
| HSV(B) | 3.83º | 0.33% | 0.55% | - |
| XYZ | 17.28 | 15.02 | 12.58 | - |
| YUV | 109.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 94 | 0 | 0.31 | 0.33 | 0.45 | 3.83 | 0.2 | 0.46 |
| Hex | 8D | 61 | 5E | 0 | 1F | 21 | 2D | 4 | 14 | 2E |
| Octal | 215 | 141 | 136 | 0 | 37 | 41 | 55 | 4 | 24 | 56 |
| Binary | 10001101 | 1100001 | 1011110 | 0 | 11111 | 100001 | 101101 | 100 | 10100 | 101110 |
Color Harmonies of #8D615E
Complementary color
Monochromatic Colors of #8D615E
Black with #8D615E
Text Example
Text Example
White with #8D615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D615E; }
p { color: rgb(141,97,94); }
H1.HeaderClassName
{
color: #8D615E;
}
.AnyTagClassName
{
color: #8D615E;
}
</style>
background-color css
<style>
a { background-color: #8D615E; }
a { background-color: rgb(141,97,94); }
div.DivClassName
{
background-color: #8D615E;
}
.BgClassName
{
background-color: #8D615E;
}
</style>
border-color css
<style>
span { border-color: #8D615E; }
span { border-color: rgb(141,97,94); }
td.TdClassName
{
border-color: #8D615E;
}
.TagClassName
{
border-color: #8D615E;
}
</style>