Shades of Rose Taupe #8F605D
Tints of Rose Taupe #8F605D
RGB
CMYK
RGB Variations
Color information
#8F605D (or 0x8F605D) is known color: Rose Taupe. HEX triplet: 8F, 60 and 5D. RGB value is (143,96,93). Sum of RGB (Red+Green+Blue) = 143+96+93=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F605D is #709FA2. Grayscale: #6D6D6D. Windows color (decimal): -7380899 or 6119567. OLE color: 6119567.
HSL color Cylindrical-coordinate representation of color #8F605D: hue angle of 3.6º 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 #8F605D is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 93 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.44 |
| HSL | 3.6º | 0.21% | 0.46% | - |
| HSV(B) | 3.6º | 0.35% | 0.56% | - |
| XYZ | 17.49 | 15 | 12.33 | - |
| YUV | 109.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 93 | 0 | 0.33 | 0.35 | 0.44 | 3.6 | 0.21 | 0.46 |
| Hex | 8F | 60 | 5D | 0 | 21 | 23 | 2C | 4 | 15 | 2E |
| Octal | 217 | 140 | 135 | 0 | 41 | 43 | 54 | 4 | 25 | 56 |
| Binary | 10001111 | 1100000 | 1011101 | 0 | 100001 | 100011 | 101100 | 100 | 10101 | 101110 |
Color Harmonies of #8F605D
Complementary color
Monochromatic Colors of #8F605D
Black with #8F605D
Text Example
Text Example
White with #8F605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F605D; }
p { color: rgb(143,96,93); }
H1.HeaderClassName
{
color: #8F605D;
}
.AnyTagClassName
{
color: #8F605D;
}
</style>
background-color css
<style>
a { background-color: #8F605D; }
a { background-color: rgb(143,96,93); }
div.DivClassName
{
background-color: #8F605D;
}
.BgClassName
{
background-color: #8F605D;
}
</style>
border-color css
<style>
span { border-color: #8F605D; }
span { border-color: rgb(143,96,93); }
td.TdClassName
{
border-color: #8F605D;
}
.TagClassName
{
border-color: #8F605D;
}
</style>