Shades of Rose Taupe #8F615D
Tints of Rose Taupe #8F615D
RGB
CMYK
RGB Variations
Color information
#8F615D (or 0x8F615D) is known color: Rose Taupe. HEX triplet: 8F, 61 and 5D. RGB value is (143,97,93). Sum of RGB (Red+Green+Blue) = 143+97+93=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F615D is #709EA2. Grayscale: #6E6E6E. Windows color (decimal): -7380643 or 6119823. OLE color: 6119823.
HSL color Cylindrical-coordinate representation of color #8F615D: hue angle of 4.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F615D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 93 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.44 |
| HSL | 4.8º | 0.21% | 0.46% | - |
| HSV(B) | 4.8º | 0.35% | 0.56% | - |
| XYZ | 17.58 | 15.18 | 12.36 | - |
| YUV | 110.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 93 | 0 | 0.32 | 0.35 | 0.44 | 4.8 | 0.21 | 0.46 |
| Hex | 8F | 61 | 5D | 0 | 20 | 23 | 2C | 5 | 15 | 2E |
| Octal | 217 | 141 | 135 | 0 | 40 | 43 | 54 | 5 | 25 | 56 |
| Binary | 10001111 | 1100001 | 1011101 | 0 | 100000 | 100011 | 101100 | 101 | 10101 | 101110 |
Color Harmonies of #8F615D
Complementary color
Monochromatic Colors of #8F615D
Black with #8F615D
Text Example
Text Example
White with #8F615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F615D; }
p { color: rgb(143,97,93); }
H1.HeaderClassName
{
color: #8F615D;
}
.AnyTagClassName
{
color: #8F615D;
}
</style>
background-color css
<style>
a { background-color: #8F615D; }
a { background-color: rgb(143,97,93); }
div.DivClassName
{
background-color: #8F615D;
}
.BgClassName
{
background-color: #8F615D;
}
</style>
border-color css
<style>
span { border-color: #8F615D; }
span { border-color: rgb(143,97,93); }
td.TdClassName
{
border-color: #8F615D;
}
.TagClassName
{
border-color: #8F615D;
}
</style>