Shades of Spicy Mix #8A6258
Tints of Spicy Mix #8A6258
RGB
CMYK
RGB Variations
Color information
#8A6258 (or 0x8A6258) is known color: Spicy Mix. HEX triplet: 8A, 62 and 58. RGB value is (138,98,88). Sum of RGB (Red+Green+Blue) = 138+98+88=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6258 is #759DA7. Grayscale: #6C6C6C. Windows color (decimal): -7708072 or 5792394. OLE color: 5792394.
HSL color Cylindrical-coordinate representation of color #8A6258: hue angle of 12º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6258 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 88 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.46 |
| HSL | 12º | 0.22% | 0.44% | - |
| HSV(B) | 12º | 0.36% | 0.54% | - |
| XYZ | 16.61 | 14.84 | 11.22 | - |
| YUV | 108.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 88 | 0 | 0.29 | 0.36 | 0.46 | 12 | 0.22 | 0.44 |
| Hex | 8A | 62 | 58 | 0 | 1D | 24 | 2E | C | 16 | 2C |
| Octal | 212 | 142 | 130 | 0 | 35 | 44 | 56 | 14 | 26 | 54 |
| Binary | 10001010 | 1100010 | 1011000 | 0 | 11101 | 100100 | 101110 | 1100 | 10110 | 101100 |
Color Harmonies of #8A6258
Complementary color
Monochromatic Colors of #8A6258
Black with #8A6258
Text Example
Text Example
White with #8A6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6258; }
p { color: rgb(138,98,88); }
H1.HeaderClassName
{
color: #8A6258;
}
.AnyTagClassName
{
color: #8A6258;
}
</style>
background-color css
<style>
a { background-color: #8A6258; }
a { background-color: rgb(138,98,88); }
div.DivClassName
{
background-color: #8A6258;
}
.BgClassName
{
background-color: #8A6258;
}
</style>
border-color css
<style>
span { border-color: #8A6258; }
span { border-color: rgb(138,98,88); }
td.TdClassName
{
border-color: #8A6258;
}
.TagClassName
{
border-color: #8A6258;
}
</style>