Shades of Rose Taupe #8B615C
Tints of Rose Taupe #8B615C
RGB
CMYK
RGB Variations
Color information
#8B615C (or 0x8B615C) is known color: Rose Taupe. HEX triplet: 8B, 61 and 5C. RGB value is (139,97,92). Sum of RGB (Red+Green+Blue) = 139+97+92=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B615C is #749EA3. Grayscale: #6D6D6D. Windows color (decimal): -7642788 or 6054283. OLE color: 6054283.
HSL color Cylindrical-coordinate representation of color #8B615C: hue angle of 6.38º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B615C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 97 | 92 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.45 |
| HSL | 6.38º | 0.2% | 0.45% | - |
| HSV(B) | 6.38º | 0.34% | 0.55% | - |
| XYZ | 16.85 | 14.81 | 12.1 | - |
| YUV | 108.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 92 | 0 | 0.30 | 0.34 | 0.45 | 6.38 | 0.2 | 0.45 |
| Hex | 8B | 61 | 5C | 0 | 1E | 22 | 2D | 6 | 14 | 2D |
| Octal | 213 | 141 | 134 | 0 | 36 | 42 | 55 | 6 | 24 | 55 |
| Binary | 10001011 | 1100001 | 1011100 | 0 | 11110 | 100010 | 101101 | 110 | 10100 | 101101 |
Color Harmonies of #8B615C
Complementary color
Monochromatic Colors of #8B615C
Black with #8B615C
Text Example
Text Example
White with #8B615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B615C; }
p { color: rgb(139,97,92); }
H1.HeaderClassName
{
color: #8B615C;
}
.AnyTagClassName
{
color: #8B615C;
}
</style>
background-color css
<style>
a { background-color: #8B615C; }
a { background-color: rgb(139,97,92); }
div.DivClassName
{
background-color: #8B615C;
}
.BgClassName
{
background-color: #8B615C;
}
</style>
border-color css
<style>
span { border-color: #8B615C; }
span { border-color: rgb(139,97,92); }
td.TdClassName
{
border-color: #8B615C;
}
.TagClassName
{
border-color: #8B615C;
}
</style>