Shades of Spicy Mix #84624E
Tints of Spicy Mix #84624E
RGB
CMYK
RGB Variations
Color information
#84624E (or 0x84624E) is known color: Spicy Mix. HEX triplet: 84, 62 and 4E. RGB value is (132,98,78). Sum of RGB (Red+Green+Blue) = 132+98+78=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84624E is #7B9DB1. Grayscale: #6A6A6A. Windows color (decimal): -8101298 or 5137028. OLE color: 5137028.
HSL color Cylindrical-coordinate representation of color #84624E: hue angle of 22.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84624E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 78 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.48 |
| HSL | 22.22º | 0.26% | 0.41% | - |
| HSV(B) | 22.22º | 0.41% | 0.52% | - |
| XYZ | 15.26 | 14.19 | 9.14 | - |
| YUV | 105.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 78 | 0 | 0.26 | 0.41 | 0.48 | 22.22 | 0.26 | 0.41 |
| Hex | 84 | 62 | 4E | 0 | 1A | 29 | 30 | 16 | 1A | 29 |
| Octal | 204 | 142 | 116 | 0 | 32 | 51 | 60 | 26 | 32 | 51 |
| Binary | 10000100 | 1100010 | 1001110 | 0 | 11010 | 101001 | 110000 | 10110 | 11010 | 101001 |
Color Harmonies of #84624E
Complementary color
Monochromatic Colors of #84624E
Black with #84624E
Text Example
Text Example
White with #84624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84624E; }
p { color: rgb(132,98,78); }
H1.HeaderClassName
{
color: #84624E;
}
.AnyTagClassName
{
color: #84624E;
}
</style>
background-color css
<style>
a { background-color: #84624E; }
a { background-color: rgb(132,98,78); }
div.DivClassName
{
background-color: #84624E;
}
.BgClassName
{
background-color: #84624E;
}
</style>
border-color css
<style>
span { border-color: #84624E; }
span { border-color: rgb(132,98,78); }
td.TdClassName
{
border-color: #84624E;
}
.TagClassName
{
border-color: #84624E;
}
</style>