Shades of Rose Taupe #8E625F
Tints of Rose Taupe #8E625F
RGB
CMYK
RGB Variations
Color information
#8E625F (or 0x8E625F) is known color: Rose Taupe. HEX triplet: 8E, 62 and 5F. RGB value is (142,98,95). Sum of RGB (Red+Green+Blue) = 142+98+95=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E625F is #719DA0. Grayscale: #6E6E6E. Windows color (decimal): -7445921 or 6251150. OLE color: 6251150.
HSL color Cylindrical-coordinate representation of color #8E625F: hue angle of 3.83º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E625F is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 95 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.44 |
| HSL | 3.83º | 0.2% | 0.46% | - |
| HSV(B) | 3.83º | 0.33% | 0.56% | - |
| XYZ | 17.59 | 15.31 | 12.86 | - |
| YUV | 110.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 95 | 0 | 0.31 | 0.33 | 0.44 | 3.83 | 0.2 | 0.46 |
| Hex | 8E | 62 | 5F | 0 | 1F | 21 | 2C | 4 | 14 | 2E |
| Octal | 216 | 142 | 137 | 0 | 37 | 41 | 54 | 4 | 24 | 56 |
| Binary | 10001110 | 1100010 | 1011111 | 0 | 11111 | 100001 | 101100 | 100 | 10100 | 101110 |
Color Harmonies of #8E625F
Complementary color
Monochromatic Colors of #8E625F
Black with #8E625F
Text Example
Text Example
White with #8E625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E625F; }
p { color: rgb(142,98,95); }
H1.HeaderClassName
{
color: #8E625F;
}
.AnyTagClassName
{
color: #8E625F;
}
</style>
background-color css
<style>
a { background-color: #8E625F; }
a { background-color: rgb(142,98,95); }
div.DivClassName
{
background-color: #8E625F;
}
.BgClassName
{
background-color: #8E625F;
}
</style>
border-color css
<style>
span { border-color: #8E625F; }
span { border-color: rgb(142,98,95); }
td.TdClassName
{
border-color: #8E625F;
}
.TagClassName
{
border-color: #8E625F;
}
</style>