Shades of Spicy Mix #8A6149
Tints of Spicy Mix #8A6149
RGB
CMYK
RGB Variations
Color information
#8A6149 (or 0x8A6149) is known color: Spicy Mix. HEX triplet: 8A, 61 and 49. RGB value is (138,97,73). Sum of RGB (Red+Green+Blue) = 138+97+73=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6149 is #759EB6. Grayscale: #6A6A6A. Windows color (decimal): -7708343 or 4809098. OLE color: 4809098.
HSL color Cylindrical-coordinate representation of color #8A6149: hue angle of 22.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6149 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 73 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.46 |
| HSL | 22.15º | 0.31% | 0.41% | - |
| HSV(B) | 22.15º | 0.47% | 0.54% | - |
| XYZ | 15.96 | 14.43 | 8.25 | - |
| YUV | 106.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 73 | 0 | 0.30 | 0.47 | 0.46 | 22.15 | 0.31 | 0.41 |
| Hex | 8A | 61 | 49 | 0 | 1E | 2F | 2E | 16 | 1F | 29 |
| Octal | 212 | 141 | 111 | 0 | 36 | 57 | 56 | 26 | 37 | 51 |
| Binary | 10001010 | 1100001 | 1001001 | 0 | 11110 | 101111 | 101110 | 10110 | 11111 | 101001 |
Color Harmonies of #8A6149
Complementary color
Monochromatic Colors of #8A6149
Black with #8A6149
Text Example
Text Example
White with #8A6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6149; }
p { color: rgb(138,97,73); }
H1.HeaderClassName
{
color: #8A6149;
}
.AnyTagClassName
{
color: #8A6149;
}
</style>
background-color css
<style>
a { background-color: #8A6149; }
a { background-color: rgb(138,97,73); }
div.DivClassName
{
background-color: #8A6149;
}
.BgClassName
{
background-color: #8A6149;
}
</style>
border-color css
<style>
span { border-color: #8A6149; }
span { border-color: rgb(138,97,73); }
td.TdClassName
{
border-color: #8A6149;
}
.TagClassName
{
border-color: #8A6149;
}
</style>