Shades of Rose Taupe #8F6562
Tints of Rose Taupe #8F6562
RGB
CMYK
RGB Variations
Color information
#8F6562 (or 0x8F6562) is known color: Rose Taupe. HEX triplet: 8F, 65 and 62. RGB value is (143,101,98). Sum of RGB (Red+Green+Blue) = 143+101+98=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6562 is #709A9D. Grayscale: #717171. Windows color (decimal): -7379614 or 6448527. OLE color: 6448527.
HSL color Cylindrical-coordinate representation of color #8F6562: hue angle of 4º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6562 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 101 | 98 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.44 |
| HSL | 4º | 0.19% | 0.47% | - |
| HSV(B) | 4º | 0.31% | 0.56% | - |
| XYZ | 18.19 | 16.03 | 13.69 | - |
| YUV | 113.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 98 | 0 | 0.29 | 0.31 | 0.44 | 4 | 0.19 | 0.47 |
| Hex | 8F | 65 | 62 | 0 | 1D | 1F | 2C | 4 | 13 | 2F |
| Octal | 217 | 145 | 142 | 0 | 35 | 37 | 54 | 4 | 23 | 57 |
| Binary | 10001111 | 1100101 | 1100010 | 0 | 11101 | 11111 | 101100 | 100 | 10011 | 101111 |
Color Harmonies of #8F6562
Complementary color
Monochromatic Colors of #8F6562
Black with #8F6562
Text Example
Text Example
White with #8F6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6562; }
p { color: rgb(143,101,98); }
H1.HeaderClassName
{
color: #8F6562;
}
.AnyTagClassName
{
color: #8F6562;
}
</style>
background-color css
<style>
a { background-color: #8F6562; }
a { background-color: rgb(143,101,98); }
div.DivClassName
{
background-color: #8F6562;
}
.BgClassName
{
background-color: #8F6562;
}
</style>
border-color css
<style>
span { border-color: #8F6562; }
span { border-color: rgb(143,101,98); }
td.TdClassName
{
border-color: #8F6562;
}
.TagClassName
{
border-color: #8F6562;
}
</style>