Shades of Rose Taupe #8B6058
Tints of Rose Taupe #8B6058
RGB
CMYK
RGB Variations
Color information
#8B6058 (or 0x8B6058) is known color: Rose Taupe. HEX triplet: 8B, 60 and 58. RGB value is (139,96,88). Sum of RGB (Red+Green+Blue) = 139+96+88=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6058 is #749FA7. Grayscale: #6C6C6C. Windows color (decimal): -7643048 or 5791883. OLE color: 5791883.
HSL color Cylindrical-coordinate representation of color #8B6058: hue angle of 9.41º degrees, saturation: 0.22, 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 #8B6058 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 88 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.45 |
| HSL | 9.41º | 0.22% | 0.45% | - |
| HSV(B) | 9.41º | 0.37% | 0.55% | - |
| XYZ | 16.59 | 14.56 | 11.17 | - |
| YUV | 107.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 88 | 0 | 0.31 | 0.37 | 0.45 | 9.41 | 0.22 | 0.45 |
| Hex | 8B | 60 | 58 | 0 | 1F | 25 | 2D | 9 | 16 | 2D |
| Octal | 213 | 140 | 130 | 0 | 37 | 45 | 55 | 11 | 26 | 55 |
| Binary | 10001011 | 1100000 | 1011000 | 0 | 11111 | 100101 | 101101 | 1001 | 10110 | 101101 |
Color Harmonies of #8B6058
Complementary color
Monochromatic Colors of #8B6058
Black with #8B6058
Text Example
Text Example
White with #8B6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6058; }
p { color: rgb(139,96,88); }
H1.HeaderClassName
{
color: #8B6058;
}
.AnyTagClassName
{
color: #8B6058;
}
</style>
background-color css
<style>
a { background-color: #8B6058; }
a { background-color: rgb(139,96,88); }
div.DivClassName
{
background-color: #8B6058;
}
.BgClassName
{
background-color: #8B6058;
}
</style>
border-color css
<style>
span { border-color: #8B6058; }
span { border-color: rgb(139,96,88); }
td.TdClassName
{
border-color: #8B6058;
}
.TagClassName
{
border-color: #8B6058;
}
</style>