Shades of Rose Taupe #8B605A
Tints of Rose Taupe #8B605A
RGB
CMYK
RGB Variations
Color information
#8B605A (or 0x8B605A) is known color: Rose Taupe. HEX triplet: 8B, 60 and 5A. RGB value is (139,96,90). Sum of RGB (Red+Green+Blue) = 139+96+90=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B605A is #749FA5. Grayscale: #6C6C6C. Windows color (decimal): -7643046 or 5922955. OLE color: 5922955.
HSL color Cylindrical-coordinate representation of color #8B605A: hue angle of 7.35º 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 #8B605A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 90 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.45 |
| HSL | 7.35º | 0.21% | 0.45% | - |
| HSV(B) | 7.35º | 0.35% | 0.55% | - |
| XYZ | 16.68 | 14.59 | 11.61 | - |
| YUV | 108.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 90 | 0 | 0.31 | 0.35 | 0.45 | 7.35 | 0.21 | 0.45 |
| Hex | 8B | 60 | 5A | 0 | 1F | 23 | 2D | 7 | 15 | 2D |
| Octal | 213 | 140 | 132 | 0 | 37 | 43 | 55 | 7 | 25 | 55 |
| Binary | 10001011 | 1100000 | 1011010 | 0 | 11111 | 100011 | 101101 | 111 | 10101 | 101101 |
Color Harmonies of #8B605A
Complementary color
Monochromatic Colors of #8B605A
Black with #8B605A
Text Example
Text Example
White with #8B605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B605A; }
p { color: rgb(139,96,90); }
H1.HeaderClassName
{
color: #8B605A;
}
.AnyTagClassName
{
color: #8B605A;
}
</style>
background-color css
<style>
a { background-color: #8B605A; }
a { background-color: rgb(139,96,90); }
div.DivClassName
{
background-color: #8B605A;
}
.BgClassName
{
background-color: #8B605A;
}
</style>
border-color css
<style>
span { border-color: #8B605A; }
span { border-color: rgb(139,96,90); }
td.TdClassName
{
border-color: #8B605A;
}
.TagClassName
{
border-color: #8B605A;
}
</style>