Shades of Rose Taupe #8F605F
Tints of Rose Taupe #8F605F
RGB
CMYK
RGB Variations
Color information
#8F605F (or 0x8F605F) is known color: Rose Taupe. HEX triplet: 8F, 60 and 5F. RGB value is (143,96,95). Sum of RGB (Red+Green+Blue) = 143+96+95=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F605F is #709FA0. Grayscale: #6D6D6D. Windows color (decimal): -7380897 or 6250639. OLE color: 6250639.
HSL color Cylindrical-coordinate representation of color #8F605F: hue angle of 1.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F605F is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 95 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.44 |
| HSL | 1.25º | 0.2% | 0.47% | - |
| HSV(B) | 1.25º | 0.34% | 0.56% | - |
| XYZ | 17.58 | 15.03 | 12.8 | - |
| YUV | 109.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 95 | 0 | 0.33 | 0.34 | 0.44 | 1.25 | 0.2 | 0.47 |
| Hex | 8F | 60 | 5F | 0 | 21 | 22 | 2C | 1 | 14 | 2F |
| Octal | 217 | 140 | 137 | 0 | 41 | 42 | 54 | 1 | 24 | 57 |
| Binary | 10001111 | 1100000 | 1011111 | 0 | 100001 | 100010 | 101100 | 1 | 10100 | 101111 |
Color Harmonies of #8F605F
Complementary color
Monochromatic Colors of #8F605F
Black with #8F605F
Text Example
Text Example
White with #8F605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F605F; }
p { color: rgb(143,96,95); }
H1.HeaderClassName
{
color: #8F605F;
}
.AnyTagClassName
{
color: #8F605F;
}
</style>
background-color css
<style>
a { background-color: #8F605F; }
a { background-color: rgb(143,96,95); }
div.DivClassName
{
background-color: #8F605F;
}
.BgClassName
{
background-color: #8F605F;
}
</style>
border-color css
<style>
span { border-color: #8F605F; }
span { border-color: rgb(143,96,95); }
td.TdClassName
{
border-color: #8F605F;
}
.TagClassName
{
border-color: #8F605F;
}
</style>