Shades of Spicy Mix #8D604B
Tints of Spicy Mix #8D604B
RGB
CMYK
RGB Variations
Color information
#8D604B (or 0x8D604B) is known color: Spicy Mix. HEX triplet: 8D, 60 and 4B. RGB value is (141,96,75). Sum of RGB (Red+Green+Blue) = 141+96+75=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D604B is #729FB4. Grayscale: #6B6B6B. Windows color (decimal): -7511989 or 4939917. OLE color: 4939917.
HSL color Cylindrical-coordinate representation of color #8D604B: hue angle of 19.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D604B is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 75 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.45 |
| HSL | 19.09º | 0.31% | 0.42% | - |
| HSV(B) | 19.09º | 0.47% | 0.55% | - |
| XYZ | 16.44 | 14.54 | 8.6 | - |
| YUV | 107.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 75 | 0 | 0.32 | 0.47 | 0.45 | 19.09 | 0.31 | 0.42 |
| Hex | 8D | 60 | 4B | 0 | 20 | 2F | 2D | 13 | 1F | 2A |
| Octal | 215 | 140 | 113 | 0 | 40 | 57 | 55 | 23 | 37 | 52 |
| Binary | 10001101 | 1100000 | 1001011 | 0 | 100000 | 101111 | 101101 | 10011 | 11111 | 101010 |
Color Harmonies of #8D604B
Complementary color
Monochromatic Colors of #8D604B
Black with #8D604B
Text Example
Text Example
White with #8D604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D604B; }
p { color: rgb(141,96,75); }
H1.HeaderClassName
{
color: #8D604B;
}
.AnyTagClassName
{
color: #8D604B;
}
</style>
background-color css
<style>
a { background-color: #8D604B; }
a { background-color: rgb(141,96,75); }
div.DivClassName
{
background-color: #8D604B;
}
.BgClassName
{
background-color: #8D604B;
}
</style>
border-color css
<style>
span { border-color: #8D604B; }
span { border-color: rgb(141,96,75); }
td.TdClassName
{
border-color: #8D604B;
}
.TagClassName
{
border-color: #8D604B;
}
</style>