Shades of Rose Taupe #8B605B
Tints of Rose Taupe #8B605B
RGB
CMYK
RGB Variations
Color information
#8B605B (or 0x8B605B) is known color: Rose Taupe. HEX triplet: 8B, 60 and 5B. RGB value is (139,96,91). Sum of RGB (Red+Green+Blue) = 139+96+91=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B605B is #749FA4. Grayscale: #6C6C6C. Windows color (decimal): -7643045 or 5988491. OLE color: 5988491.
HSL color Cylindrical-coordinate representation of color #8B605B: hue angle of 6.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B605B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 91 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.45 |
| HSL | 6.25º | 0.21% | 0.45% | - |
| HSV(B) | 6.25º | 0.35% | 0.55% | - |
| XYZ | 16.72 | 14.61 | 11.84 | - |
| YUV | 108.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 91 | 0 | 0.31 | 0.35 | 0.45 | 6.25 | 0.21 | 0.45 |
| Hex | 8B | 60 | 5B | 0 | 1F | 23 | 2D | 6 | 15 | 2D |
| Octal | 213 | 140 | 133 | 0 | 37 | 43 | 55 | 6 | 25 | 55 |
| Binary | 10001011 | 1100000 | 1011011 | 0 | 11111 | 100011 | 101101 | 110 | 10101 | 101101 |
Color Harmonies of #8B605B
Complementary color
Monochromatic Colors of #8B605B
Black with #8B605B
Text Example
Text Example
White with #8B605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B605B; }
p { color: rgb(139,96,91); }
H1.HeaderClassName
{
color: #8B605B;
}
.AnyTagClassName
{
color: #8B605B;
}
</style>
background-color css
<style>
a { background-color: #8B605B; }
a { background-color: rgb(139,96,91); }
div.DivClassName
{
background-color: #8B605B;
}
.BgClassName
{
background-color: #8B605B;
}
</style>
border-color css
<style>
span { border-color: #8B605B; }
span { border-color: rgb(139,96,91); }
td.TdClassName
{
border-color: #8B605B;
}
.TagClassName
{
border-color: #8B605B;
}
</style>