Shades of Rose Taupe #8E6461
Tints of Rose Taupe #8E6461
RGB
CMYK
RGB Variations
Color information
#8E6461 (or 0x8E6461) is known color: Rose Taupe. HEX triplet: 8E, 64 and 61. RGB value is (142,100,97). Sum of RGB (Red+Green+Blue) = 142+100+97=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6461 is #719B9E. Grayscale: #707070. Windows color (decimal): -7445407 or 6382734. OLE color: 6382734.
HSL color Cylindrical-coordinate representation of color #8E6461: 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.32%. Process color model (Four color, CMYK) of #8E6461 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 97 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.44 |
| HSL | 4º | 0.19% | 0.47% | - |
| HSV(B) | 4º | 0.32% | 0.56% | - |
| XYZ | 17.87 | 15.73 | 13.4 | - |
| YUV | 112.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 97 | 0 | 0.30 | 0.32 | 0.44 | 4 | 0.19 | 0.47 |
| Hex | 8E | 64 | 61 | 0 | 1E | 20 | 2C | 4 | 13 | 2F |
| Octal | 216 | 144 | 141 | 0 | 36 | 40 | 54 | 4 | 23 | 57 |
| Binary | 10001110 | 1100100 | 1100001 | 0 | 11110 | 100000 | 101100 | 100 | 10011 | 101111 |
Color Harmonies of #8E6461
Complementary color
Monochromatic Colors of #8E6461
Black with #8E6461
Text Example
Text Example
White with #8E6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6461; }
p { color: rgb(142,100,97); }
H1.HeaderClassName
{
color: #8E6461;
}
.AnyTagClassName
{
color: #8E6461;
}
</style>
background-color css
<style>
a { background-color: #8E6461; }
a { background-color: rgb(142,100,97); }
div.DivClassName
{
background-color: #8E6461;
}
.BgClassName
{
background-color: #8E6461;
}
</style>
border-color css
<style>
span { border-color: #8E6461; }
span { border-color: rgb(142,100,97); }
td.TdClassName
{
border-color: #8E6461;
}
.TagClassName
{
border-color: #8E6461;
}
</style>