Shades of Spicy Mix #8A6249
Tints of Spicy Mix #8A6249
RGB
CMYK
RGB Variations
Color information
#8A6249 (or 0x8A6249) is known color: Spicy Mix. HEX triplet: 8A, 62 and 49. RGB value is (138,98,73). Sum of RGB (Red+Green+Blue) = 138+98+73=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6249 is #759DB6. Grayscale: #6B6B6B. Windows color (decimal): -7708087 or 4809354. OLE color: 4809354.
HSL color Cylindrical-coordinate representation of color #8A6249: hue angle of 23.08º 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 #8A6249 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 73 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.46 |
| HSL | 23.08º | 0.31% | 0.41% | - |
| HSV(B) | 23.08º | 0.47% | 0.54% | - |
| XYZ | 16.05 | 14.62 | 8.28 | - |
| YUV | 107.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 73 | 0 | 0.29 | 0.47 | 0.46 | 23.08 | 0.31 | 0.41 |
| Hex | 8A | 62 | 49 | 0 | 1D | 2F | 2E | 17 | 1F | 29 |
| Octal | 212 | 142 | 111 | 0 | 35 | 57 | 56 | 27 | 37 | 51 |
| Binary | 10001010 | 1100010 | 1001001 | 0 | 11101 | 101111 | 101110 | 10111 | 11111 | 101001 |
Color Harmonies of #8A6249
Complementary color
Monochromatic Colors of #8A6249
Black with #8A6249
Text Example
Text Example
White with #8A6249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6249; }
p { color: rgb(138,98,73); }
H1.HeaderClassName
{
color: #8A6249;
}
.AnyTagClassName
{
color: #8A6249;
}
</style>
background-color css
<style>
a { background-color: #8A6249; }
a { background-color: rgb(138,98,73); }
div.DivClassName
{
background-color: #8A6249;
}
.BgClassName
{
background-color: #8A6249;
}
</style>
border-color css
<style>
span { border-color: #8A6249; }
span { border-color: rgb(138,98,73); }
td.TdClassName
{
border-color: #8A6249;
}
.TagClassName
{
border-color: #8A6249;
}
</style>