Shades of Rose Taupe #8F6461
Tints of Rose Taupe #8F6461
RGB
CMYK
RGB Variations
Color information
#8F6461 (or 0x8F6461) is known color: Rose Taupe. HEX triplet: 8F, 64 and 61. RGB value is (143,100,97). Sum of RGB (Red+Green+Blue) = 143+100+97=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6461 is #709B9E. Grayscale: #707070. Windows color (decimal): -7379871 or 6382735. OLE color: 6382735.
HSL color Cylindrical-coordinate representation of color #8F6461: hue angle of 3.91º 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 #8F6461 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 97 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.44 |
| HSL | 3.91º | 0.19% | 0.47% | - |
| HSV(B) | 3.91º | 0.32% | 0.56% | - |
| XYZ | 18.04 | 15.82 | 13.41 | - |
| YUV | 112.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 97 | 0 | 0.30 | 0.32 | 0.44 | 3.91 | 0.19 | 0.47 |
| Hex | 8F | 64 | 61 | 0 | 1E | 20 | 2C | 4 | 13 | 2F |
| Octal | 217 | 144 | 141 | 0 | 36 | 40 | 54 | 4 | 23 | 57 |
| Binary | 10001111 | 1100100 | 1100001 | 0 | 11110 | 100000 | 101100 | 100 | 10011 | 101111 |
Color Harmonies of #8F6461
Complementary color
Monochromatic Colors of #8F6461
Black with #8F6461
Text Example
Text Example
White with #8F6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6461; }
p { color: rgb(143,100,97); }
H1.HeaderClassName
{
color: #8F6461;
}
.AnyTagClassName
{
color: #8F6461;
}
</style>
background-color css
<style>
a { background-color: #8F6461; }
a { background-color: rgb(143,100,97); }
div.DivClassName
{
background-color: #8F6461;
}
.BgClassName
{
background-color: #8F6461;
}
</style>
border-color css
<style>
span { border-color: #8F6461; }
span { border-color: rgb(143,100,97); }
td.TdClassName
{
border-color: #8F6461;
}
.TagClassName
{
border-color: #8F6461;
}
</style>