Shades of Spicy Mix #85614F
Tints of Spicy Mix #85614F
RGB
CMYK
RGB Variations
Color information
#85614F (or 0x85614F) is known color: Spicy Mix. HEX triplet: 85, 61 and 4F. RGB value is (133,97,79). Sum of RGB (Red+Green+Blue) = 133+97+79=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85614F is #7A9EB0. Grayscale: #696969. Windows color (decimal): -8036017 or 5202309. OLE color: 5202309.
HSL color Cylindrical-coordinate representation of color #85614F: hue angle of 20º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85614F is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 79 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.48 |
| HSL | 20º | 0.25% | 0.42% | - |
| HSV(B) | 20º | 0.41% | 0.52% | - |
| XYZ | 15.36 | 14.1 | 9.31 | - |
| YUV | 105.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 79 | 0 | 0.27 | 0.41 | 0.48 | 20 | 0.25 | 0.42 |
| Hex | 85 | 61 | 4F | 0 | 1B | 29 | 30 | 14 | 19 | 2A |
| Octal | 205 | 141 | 117 | 0 | 33 | 51 | 60 | 24 | 31 | 52 |
| Binary | 10000101 | 1100001 | 1001111 | 0 | 11011 | 101001 | 110000 | 10100 | 11001 | 101010 |
Color Harmonies of #85614F
Complementary color
Monochromatic Colors of #85614F
Black with #85614F
Text Example
Text Example
White with #85614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85614F; }
p { color: rgb(133,97,79); }
H1.HeaderClassName
{
color: #85614F;
}
.AnyTagClassName
{
color: #85614F;
}
</style>
background-color css
<style>
a { background-color: #85614F; }
a { background-color: rgb(133,97,79); }
div.DivClassName
{
background-color: #85614F;
}
.BgClassName
{
background-color: #85614F;
}
</style>
border-color css
<style>
span { border-color: #85614F; }
span { border-color: rgb(133,97,79); }
td.TdClassName
{
border-color: #85614F;
}
.TagClassName
{
border-color: #85614F;
}
</style>