Shades of Rose Taupe #8C6058
Tints of Rose Taupe #8C6058
RGB
CMYK
RGB Variations
Color information
#8C6058 (or 0x8C6058) is known color: Rose Taupe. HEX triplet: 8C, 60 and 58. RGB value is (140,96,88). Sum of RGB (Red+Green+Blue) = 140+96+88=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6058 is #739FA7. Grayscale: #6C6C6C. Windows color (decimal): -7577512 or 5791884. OLE color: 5791884.
HSL color Cylindrical-coordinate representation of color #8C6058: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6058 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 88 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.45 |
| HSL | 9.23º | 0.23% | 0.45% | - |
| HSV(B) | 9.23º | 0.37% | 0.55% | - |
| XYZ | 16.76 | 14.65 | 11.18 | - |
| YUV | 108.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 88 | 0 | 0.31 | 0.37 | 0.45 | 9.23 | 0.23 | 0.45 |
| Hex | 8C | 60 | 58 | 0 | 1F | 25 | 2D | 9 | 17 | 2D |
| Octal | 214 | 140 | 130 | 0 | 37 | 45 | 55 | 11 | 27 | 55 |
| Binary | 10001100 | 1100000 | 1011000 | 0 | 11111 | 100101 | 101101 | 1001 | 10111 | 101101 |
Color Harmonies of #8C6058
Complementary color
Monochromatic Colors of #8C6058
Black with #8C6058
Text Example
Text Example
White with #8C6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6058; }
p { color: rgb(140,96,88); }
H1.HeaderClassName
{
color: #8C6058;
}
.AnyTagClassName
{
color: #8C6058;
}
</style>
background-color css
<style>
a { background-color: #8C6058; }
a { background-color: rgb(140,96,88); }
div.DivClassName
{
background-color: #8C6058;
}
.BgClassName
{
background-color: #8C6058;
}
</style>
border-color css
<style>
span { border-color: #8C6058; }
span { border-color: rgb(140,96,88); }
td.TdClassName
{
border-color: #8C6058;
}
.TagClassName
{
border-color: #8C6058;
}
</style>