Shades of Spicy Mix #8B6054
Tints of Spicy Mix #8B6054
RGB
CMYK
RGB Variations
Color information
#8B6054 (or 0x8B6054) is known color: Spicy Mix. HEX triplet: 8B, 60 and 54. RGB value is (139,96,84). Sum of RGB (Red+Green+Blue) = 139+96+84=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6054 is #749FAB. Grayscale: #6B6B6B. Windows color (decimal): -7643052 or 5529739. OLE color: 5529739.
HSL color Cylindrical-coordinate representation of color #8B6054: hue angle of 13.09º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6054 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 84 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.45 |
| HSL | 13.09º | 0.25% | 0.44% | - |
| HSV(B) | 13.09º | 0.4% | 0.55% | - |
| XYZ | 16.43 | 14.49 | 10.32 | - |
| YUV | 107.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 84 | 0 | 0.31 | 0.40 | 0.45 | 13.09 | 0.25 | 0.44 |
| Hex | 8B | 60 | 54 | 0 | 1F | 28 | 2D | D | 19 | 2C |
| Octal | 213 | 140 | 124 | 0 | 37 | 50 | 55 | 15 | 31 | 54 |
| Binary | 10001011 | 1100000 | 1010100 | 0 | 11111 | 101000 | 101101 | 1101 | 11001 | 101100 |
Color Harmonies of #8B6054
Complementary color
Monochromatic Colors of #8B6054
Black with #8B6054
Text Example
Text Example
White with #8B6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6054; }
p { color: rgb(139,96,84); }
H1.HeaderClassName
{
color: #8B6054;
}
.AnyTagClassName
{
color: #8B6054;
}
</style>
background-color css
<style>
a { background-color: #8B6054; }
a { background-color: rgb(139,96,84); }
div.DivClassName
{
background-color: #8B6054;
}
.BgClassName
{
background-color: #8B6054;
}
</style>
border-color css
<style>
span { border-color: #8B6054; }
span { border-color: rgb(139,96,84); }
td.TdClassName
{
border-color: #8B6054;
}
.TagClassName
{
border-color: #8B6054;
}
</style>