Shades of Spicy Mix #8B6256
Tints of Spicy Mix #8B6256
RGB
CMYK
RGB Variations
Color information
#8B6256 (or 0x8B6256) is known color: Spicy Mix. HEX triplet: 8B, 62 and 56. RGB value is (139,98,86). Sum of RGB (Red+Green+Blue) = 139+98+86=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6256 is #749DA9. Grayscale: #6C6C6C. Windows color (decimal): -7642538 or 5661323. OLE color: 5661323.
HSL color Cylindrical-coordinate representation of color #8B6256: hue angle of 13.58º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6256 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 86 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.45 |
| HSL | 13.58º | 0.24% | 0.44% | - |
| HSV(B) | 13.58º | 0.38% | 0.55% | - |
| XYZ | 16.69 | 14.9 | 10.8 | - |
| YUV | 108.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 86 | 0 | 0.29 | 0.38 | 0.45 | 13.58 | 0.24 | 0.44 |
| Hex | 8B | 62 | 56 | 0 | 1D | 26 | 2D | E | 18 | 2C |
| Octal | 213 | 142 | 126 | 0 | 35 | 46 | 55 | 16 | 30 | 54 |
| Binary | 10001011 | 1100010 | 1010110 | 0 | 11101 | 100110 | 101101 | 1110 | 11000 | 101100 |
Color Harmonies of #8B6256
Complementary color
Monochromatic Colors of #8B6256
Black with #8B6256
Text Example
Text Example
White with #8B6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6256; }
p { color: rgb(139,98,86); }
H1.HeaderClassName
{
color: #8B6256;
}
.AnyTagClassName
{
color: #8B6256;
}
</style>
background-color css
<style>
a { background-color: #8B6256; }
a { background-color: rgb(139,98,86); }
div.DivClassName
{
background-color: #8B6256;
}
.BgClassName
{
background-color: #8B6256;
}
</style>
border-color css
<style>
span { border-color: #8B6256; }
span { border-color: rgb(139,98,86); }
td.TdClassName
{
border-color: #8B6256;
}
.TagClassName
{
border-color: #8B6256;
}
</style>