Shades of Rose Taupe #8C615F
Tints of Rose Taupe #8C615F
RGB
CMYK
RGB Variations
Color information
#8C615F (or 0x8C615F) is known color: Rose Taupe. HEX triplet: 8C, 61 and 5F. RGB value is (140,97,95). Sum of RGB (Red+Green+Blue) = 140+97+95=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C615F is #739EA0. Grayscale: #6D6D6D. Windows color (decimal): -7577249 or 6250892. OLE color: 6250892.
HSL color Cylindrical-coordinate representation of color #8C615F: hue angle of 2.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C615F is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 95 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.45 |
| HSL | 2.67º | 0.19% | 0.46% | - |
| HSV(B) | 2.67º | 0.32% | 0.55% | - |
| XYZ | 17.16 | 14.95 | 12.81 | - |
| YUV | 109.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 95 | 0 | 0.31 | 0.32 | 0.45 | 2.67 | 0.19 | 0.46 |
| Hex | 8C | 61 | 5F | 0 | 1F | 20 | 2D | 3 | 13 | 2E |
| Octal | 214 | 141 | 137 | 0 | 37 | 40 | 55 | 3 | 23 | 56 |
| Binary | 10001100 | 1100001 | 1011111 | 0 | 11111 | 100000 | 101101 | 11 | 10011 | 101110 |
Color Harmonies of #8C615F
Complementary color
Monochromatic Colors of #8C615F
Black with #8C615F
Text Example
Text Example
White with #8C615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C615F; }
p { color: rgb(140,97,95); }
H1.HeaderClassName
{
color: #8C615F;
}
.AnyTagClassName
{
color: #8C615F;
}
</style>
background-color css
<style>
a { background-color: #8C615F; }
a { background-color: rgb(140,97,95); }
div.DivClassName
{
background-color: #8C615F;
}
.BgClassName
{
background-color: #8C615F;
}
</style>
border-color css
<style>
span { border-color: #8C615F; }
span { border-color: rgb(140,97,95); }
td.TdClassName
{
border-color: #8C615F;
}
.TagClassName
{
border-color: #8C615F;
}
</style>