Shades of Spicy Mix #8B604E
Tints of Spicy Mix #8B604E
RGB
CMYK
RGB Variations
Color information
#8B604E (or 0x8B604E) is known color: Spicy Mix. HEX triplet: 8B, 60 and 4E. RGB value is (139,96,78). Sum of RGB (Red+Green+Blue) = 139+96+78=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B604E is #749FB1. Grayscale: #6A6A6A. Windows color (decimal): -7643058 or 5136523. OLE color: 5136523.
HSL color Cylindrical-coordinate representation of color #8B604E: hue angle of 17.7º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B604E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 78 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.45 |
| HSL | 17.7º | 0.28% | 0.43% | - |
| HSV(B) | 17.7º | 0.44% | 0.55% | - |
| XYZ | 16.21 | 14.4 | 9.13 | - |
| YUV | 106.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 78 | 0 | 0.31 | 0.44 | 0.45 | 17.7 | 0.28 | 0.43 |
| Hex | 8B | 60 | 4E | 0 | 1F | 2C | 2D | 12 | 1C | 2B |
| Octal | 213 | 140 | 116 | 0 | 37 | 54 | 55 | 22 | 34 | 53 |
| Binary | 10001011 | 1100000 | 1001110 | 0 | 11111 | 101100 | 101101 | 10010 | 11100 | 101011 |
Color Harmonies of #8B604E
Complementary color
Monochromatic Colors of #8B604E
Black with #8B604E
Text Example
Text Example
White with #8B604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B604E; }
p { color: rgb(139,96,78); }
H1.HeaderClassName
{
color: #8B604E;
}
.AnyTagClassName
{
color: #8B604E;
}
</style>
background-color css
<style>
a { background-color: #8B604E; }
a { background-color: rgb(139,96,78); }
div.DivClassName
{
background-color: #8B604E;
}
.BgClassName
{
background-color: #8B604E;
}
</style>
border-color css
<style>
span { border-color: #8B604E; }
span { border-color: rgb(139,96,78); }
td.TdClassName
{
border-color: #8B604E;
}
.TagClassName
{
border-color: #8B604E;
}
</style>