Shades of Rose Taupe #8D625D
Tints of Rose Taupe #8D625D
RGB
CMYK
RGB Variations
Color information
#8D625D (or 0x8D625D) is known color: Rose Taupe. HEX triplet: 8D, 62 and 5D. RGB value is (141,98,93). Sum of RGB (Red+Green+Blue) = 141+98+93=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D625D is #729DA2. Grayscale: #6E6E6E. Windows color (decimal): -7511459 or 6120077. OLE color: 6120077.
HSL color Cylindrical-coordinate representation of color #8D625D: hue angle of 6.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D625D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 93 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.45 |
| HSL | 6.25º | 0.21% | 0.46% | - |
| HSV(B) | 6.25º | 0.34% | 0.55% | - |
| XYZ | 17.33 | 15.19 | 12.37 | - |
| YUV | 110.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 93 | 0 | 0.30 | 0.34 | 0.45 | 6.25 | 0.21 | 0.46 |
| Hex | 8D | 62 | 5D | 0 | 1E | 22 | 2D | 6 | 15 | 2E |
| Octal | 215 | 142 | 135 | 0 | 36 | 42 | 55 | 6 | 25 | 56 |
| Binary | 10001101 | 1100010 | 1011101 | 0 | 11110 | 100010 | 101101 | 110 | 10101 | 101110 |
Color Harmonies of #8D625D
Complementary color
Monochromatic Colors of #8D625D
Black with #8D625D
Text Example
Text Example
White with #8D625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D625D; }
p { color: rgb(141,98,93); }
H1.HeaderClassName
{
color: #8D625D;
}
.AnyTagClassName
{
color: #8D625D;
}
</style>
background-color css
<style>
a { background-color: #8D625D; }
a { background-color: rgb(141,98,93); }
div.DivClassName
{
background-color: #8D625D;
}
.BgClassName
{
background-color: #8D625D;
}
</style>
border-color css
<style>
span { border-color: #8D625D; }
span { border-color: rgb(141,98,93); }
td.TdClassName
{
border-color: #8D625D;
}
.TagClassName
{
border-color: #8D625D;
}
</style>