Shades of Spicy Mix #8D634D
Tints of Spicy Mix #8D634D
RGB
CMYK
RGB Variations
Color information
#8D634D (or 0x8D634D) is known color: Spicy Mix. HEX triplet: 8D, 63 and 4D. RGB value is (141,99,77). Sum of RGB (Red+Green+Blue) = 141+99+77=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D634D is #729CB2. Grayscale: #6D6D6D. Windows color (decimal): -7511219 or 5071757. OLE color: 5071757.
HSL color Cylindrical-coordinate representation of color #8D634D: hue angle of 20.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D634D is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 77 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.45 |
| HSL | 20.63º | 0.29% | 0.43% | - |
| HSV(B) | 20.63º | 0.45% | 0.55% | - |
| XYZ | 16.79 | 15.12 | 9.06 | - |
| YUV | 109.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 77 | 0 | 0.30 | 0.45 | 0.45 | 20.63 | 0.29 | 0.43 |
| Hex | 8D | 63 | 4D | 0 | 1E | 2D | 2D | 15 | 1D | 2B |
| Octal | 215 | 143 | 115 | 0 | 36 | 55 | 55 | 25 | 35 | 53 |
| Binary | 10001101 | 1100011 | 1001101 | 0 | 11110 | 101101 | 101101 | 10101 | 11101 | 101011 |
Color Harmonies of #8D634D
Complementary color
Monochromatic Colors of #8D634D
Black with #8D634D
Text Example
Text Example
White with #8D634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D634D; }
p { color: rgb(141,99,77); }
H1.HeaderClassName
{
color: #8D634D;
}
.AnyTagClassName
{
color: #8D634D;
}
</style>
background-color css
<style>
a { background-color: #8D634D; }
a { background-color: rgb(141,99,77); }
div.DivClassName
{
background-color: #8D634D;
}
.BgClassName
{
background-color: #8D634D;
}
</style>
border-color css
<style>
span { border-color: #8D634D; }
span { border-color: rgb(141,99,77); }
td.TdClassName
{
border-color: #8D634D;
}
.TagClassName
{
border-color: #8D634D;
}
</style>