Shades of Spicy Mix #8A6054
Tints of Spicy Mix #8A6054
RGB
CMYK
RGB Variations
Color information
#8A6054 (or 0x8A6054) is known color: Spicy Mix. HEX triplet: 8A, 60 and 54. RGB value is (138,96,84). Sum of RGB (Red+Green+Blue) = 138+96+84=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6054 is #759FAB. Grayscale: #6B6B6B. Windows color (decimal): -7708588 or 5529738. OLE color: 5529738.
HSL color Cylindrical-coordinate representation of color #8A6054: hue angle of 13.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A6054 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 84 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.46 |
| HSL | 13.33º | 0.24% | 0.44% | - |
| HSV(B) | 13.33º | 0.39% | 0.54% | - |
| XYZ | 16.26 | 14.41 | 10.31 | - |
| YUV | 107.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 84 | 0 | 0.30 | 0.39 | 0.46 | 13.33 | 0.24 | 0.44 |
| Hex | 8A | 60 | 54 | 0 | 1E | 27 | 2E | D | 18 | 2C |
| Octal | 212 | 140 | 124 | 0 | 36 | 47 | 56 | 15 | 30 | 54 |
| Binary | 10001010 | 1100000 | 1010100 | 0 | 11110 | 100111 | 101110 | 1101 | 11000 | 101100 |
Color Harmonies of #8A6054
Complementary color
Monochromatic Colors of #8A6054
Black with #8A6054
Text Example
Text Example
White with #8A6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6054; }
p { color: rgb(138,96,84); }
H1.HeaderClassName
{
color: #8A6054;
}
.AnyTagClassName
{
color: #8A6054;
}
</style>
background-color css
<style>
a { background-color: #8A6054; }
a { background-color: rgb(138,96,84); }
div.DivClassName
{
background-color: #8A6054;
}
.BgClassName
{
background-color: #8A6054;
}
</style>
border-color css
<style>
span { border-color: #8A6054; }
span { border-color: rgb(138,96,84); }
td.TdClassName
{
border-color: #8A6054;
}
.TagClassName
{
border-color: #8A6054;
}
</style>