Shades of Spicy Mix #8B624D
Tints of Spicy Mix #8B624D
RGB
CMYK
RGB Variations
Color information
#8B624D (or 0x8B624D) is known color: Spicy Mix. HEX triplet: 8B, 62 and 4D. RGB value is (139,98,77). Sum of RGB (Red+Green+Blue) = 139+98+77=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B624D is #749DB2. Grayscale: #6B6B6B. Windows color (decimal): -7642547 or 5071499. OLE color: 5071499.
HSL color Cylindrical-coordinate representation of color #8B624D: hue angle of 20.32º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B624D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 77 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.45 |
| HSL | 20.32º | 0.29% | 0.42% | - |
| HSV(B) | 20.32º | 0.45% | 0.55% | - |
| XYZ | 16.35 | 14.76 | 9.01 | - |
| YUV | 107.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 77 | 0 | 0.29 | 0.45 | 0.45 | 20.32 | 0.29 | 0.42 |
| Hex | 8B | 62 | 4D | 0 | 1D | 2D | 2D | 14 | 1D | 2A |
| Octal | 213 | 142 | 115 | 0 | 35 | 55 | 55 | 24 | 35 | 52 |
| Binary | 10001011 | 1100010 | 1001101 | 0 | 11101 | 101101 | 101101 | 10100 | 11101 | 101010 |
Color Harmonies of #8B624D
Complementary color
Monochromatic Colors of #8B624D
Black with #8B624D
Text Example
Text Example
White with #8B624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B624D; }
p { color: rgb(139,98,77); }
H1.HeaderClassName
{
color: #8B624D;
}
.AnyTagClassName
{
color: #8B624D;
}
</style>
background-color css
<style>
a { background-color: #8B624D; }
a { background-color: rgb(139,98,77); }
div.DivClassName
{
background-color: #8B624D;
}
.BgClassName
{
background-color: #8B624D;
}
</style>
border-color css
<style>
span { border-color: #8B624D; }
span { border-color: rgb(139,98,77); }
td.TdClassName
{
border-color: #8B624D;
}
.TagClassName
{
border-color: #8B624D;
}
</style>