Shades of Rose Taupe #8B6060
Tints of Rose Taupe #8B6060
RGB
CMYK
RGB Variations
Color information
#8B6060 (or 0x8B6060) is known color: Rose Taupe. HEX triplet: 8B, 60 and 60. RGB value is (139,96,96). Sum of RGB (Red+Green+Blue) = 139+96+96=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6060 is #749F9F. Grayscale: #6C6C6C. Windows color (decimal): -7643040 or 6316171. OLE color: 6316171.
HSL color Cylindrical-coordinate representation of color #8B6060: hue angle of 0º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6060 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 96 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.45 |
| HSL | 0º | 0.18% | 0.46% | - |
| HSV(B) | 0º | 0.31% | 0.55% | - |
| XYZ | 16.94 | 14.7 | 13.01 | - |
| YUV | 108.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 96 | 0 | 0.31 | 0.31 | 0.45 | 0 | 0.18 | 0.46 |
| Hex | 8B | 60 | 60 | 0 | 1F | 1F | 2D | 0 | 12 | 2E |
| Octal | 213 | 140 | 140 | 0 | 37 | 37 | 55 | 0 | 22 | 56 |
| Binary | 10001011 | 1100000 | 1100000 | 0 | 11111 | 11111 | 101101 | 0 | 10010 | 101110 |
Color Harmonies of #8B6060
Complementary color
Monochromatic Colors of #8B6060
Black with #8B6060
Text Example
Text Example
White with #8B6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6060; }
p { color: rgb(139,96,96); }
H1.HeaderClassName
{
color: #8B6060;
}
.AnyTagClassName
{
color: #8B6060;
}
</style>
background-color css
<style>
a { background-color: #8B6060; }
a { background-color: rgb(139,96,96); }
div.DivClassName
{
background-color: #8B6060;
}
.BgClassName
{
background-color: #8B6060;
}
</style>
border-color css
<style>
span { border-color: #8B6060; }
span { border-color: rgb(139,96,96); }
td.TdClassName
{
border-color: #8B6060;
}
.TagClassName
{
border-color: #8B6060;
}
</style>