Shades of Rose Taupe #8F6161
Tints of Rose Taupe #8F6161
RGB
CMYK
RGB Variations
Color information
#8F6161 (or 0x8F6161) is known color: Rose Taupe. HEX triplet: 8F, 61 and 61. RGB value is (143,97,97). Sum of RGB (Red+Green+Blue) = 143+97+97=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6161 is #709E9E. Grayscale: #6E6E6E. Windows color (decimal): -7380639 or 6381967. OLE color: 6381967.
HSL color Cylindrical-coordinate representation of color #8F6161: hue angle of 0º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6161 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 97 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.44 |
| HSL | 0º | 0.19% | 0.47% | - |
| HSV(B) | 0º | 0.32% | 0.56% | - |
| XYZ | 17.76 | 15.25 | 13.32 | - |
| YUV | 110.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 97 | 0 | 0.32 | 0.32 | 0.44 | 0 | 0.19 | 0.47 |
| Hex | 8F | 61 | 61 | 0 | 20 | 20 | 2C | 0 | 13 | 2F |
| Octal | 217 | 141 | 141 | 0 | 40 | 40 | 54 | 0 | 23 | 57 |
| Binary | 10001111 | 1100001 | 1100001 | 0 | 100000 | 100000 | 101100 | 0 | 10011 | 101111 |
Color Harmonies of #8F6161
Complementary color
Monochromatic Colors of #8F6161
Black with #8F6161
Text Example
Text Example
White with #8F6161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6161; }
p { color: rgb(143,97,97); }
H1.HeaderClassName
{
color: #8F6161;
}
.AnyTagClassName
{
color: #8F6161;
}
</style>
background-color css
<style>
a { background-color: #8F6161; }
a { background-color: rgb(143,97,97); }
div.DivClassName
{
background-color: #8F6161;
}
.BgClassName
{
background-color: #8F6161;
}
</style>
border-color css
<style>
span { border-color: #8F6161; }
span { border-color: rgb(143,97,97); }
td.TdClassName
{
border-color: #8F6161;
}
.TagClassName
{
border-color: #8F6161;
}
</style>