Shades of Spicy Mix #8B6458
Tints of Spicy Mix #8B6458
RGB
CMYK
RGB Variations
Color information
#8B6458 (or 0x8B6458) is known color: Spicy Mix. HEX triplet: 8B, 64 and 58. RGB value is (139,100,88). Sum of RGB (Red+Green+Blue) = 139+100+88=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6458 is #749BA7. Grayscale: #6E6E6E. Windows color (decimal): -7642024 or 5792907. OLE color: 5792907.
HSL color Cylindrical-coordinate representation of color #8B6458: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6458 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 88 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.45 |
| HSL | 14.12º | 0.22% | 0.45% | - |
| HSV(B) | 14.12º | 0.37% | 0.55% | - |
| XYZ | 16.97 | 15.31 | 11.29 | - |
| YUV | 110.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 88 | 0 | 0.28 | 0.37 | 0.45 | 14.12 | 0.22 | 0.45 |
| Hex | 8B | 64 | 58 | 0 | 1C | 25 | 2D | E | 16 | 2D |
| Octal | 213 | 144 | 130 | 0 | 34 | 45 | 55 | 16 | 26 | 55 |
| Binary | 10001011 | 1100100 | 1011000 | 0 | 11100 | 100101 | 101101 | 1110 | 10110 | 101101 |
Color Harmonies of #8B6458
Complementary color
Monochromatic Colors of #8B6458
Black with #8B6458
Text Example
Text Example
White with #8B6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6458; }
p { color: rgb(139,100,88); }
H1.HeaderClassName
{
color: #8B6458;
}
.AnyTagClassName
{
color: #8B6458;
}
</style>
background-color css
<style>
a { background-color: #8B6458; }
a { background-color: rgb(139,100,88); }
div.DivClassName
{
background-color: #8B6458;
}
.BgClassName
{
background-color: #8B6458;
}
</style>
border-color css
<style>
span { border-color: #8B6458; }
span { border-color: rgb(139,100,88); }
td.TdClassName
{
border-color: #8B6458;
}
.TagClassName
{
border-color: #8B6458;
}
</style>