Shades of Spicy Mix #8C6252
Tints of Spicy Mix #8C6252
RGB
CMYK
RGB Variations
Color information
#8C6252 (or 0x8C6252) is known color: Spicy Mix. HEX triplet: 8C, 62 and 52. RGB value is (140,98,82). Sum of RGB (Red+Green+Blue) = 140+98+82=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6252 is #739DAD. Grayscale: #6C6C6C. Windows color (decimal): -7577006 or 5399180. OLE color: 5399180.
HSL color Cylindrical-coordinate representation of color #8C6252: hue angle of 16.55º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C6252 is Cyan = 0, Magento = 0.3, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 82 | - |
| CMYK | 0 | 0.3 | 0.41 | 0.45 |
| HSL | 16.55º | 0.26% | 0.44% | - |
| HSV(B) | 16.55º | 0.41% | 0.55% | - |
| XYZ | 16.71 | 14.92 | 9.98 | - |
| YUV | 108.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 82 | 0 | 0.3 | 0.41 | 0.45 | 16.55 | 0.26 | 0.44 |
| Hex | 8C | 62 | 52 | 0 | 1E | 29 | 2D | 11 | 1A | 2C |
| Octal | 214 | 142 | 122 | 0 | 36 | 51 | 55 | 21 | 32 | 54 |
| Binary | 10001100 | 1100010 | 1010010 | 0 | 11110 | 101001 | 101101 | 10001 | 11010 | 101100 |
Color Harmonies of #8C6252
Complementary color
Monochromatic Colors of #8C6252
Black with #8C6252
Text Example
Text Example
White with #8C6252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6252; }
p { color: rgb(140,98,82); }
H1.HeaderClassName
{
color: #8C6252;
}
.AnyTagClassName
{
color: #8C6252;
}
</style>
background-color css
<style>
a { background-color: #8C6252; }
a { background-color: rgb(140,98,82); }
div.DivClassName
{
background-color: #8C6252;
}
.BgClassName
{
background-color: #8C6252;
}
</style>
border-color css
<style>
span { border-color: #8C6252; }
span { border-color: rgb(140,98,82); }
td.TdClassName
{
border-color: #8C6252;
}
.TagClassName
{
border-color: #8C6252;
}
</style>