Shades of Hot Curry #86601F
Tints of Hot Curry #86601F
RGB
CMYK
RGB Variations
Color information
#86601F (or 0x86601F) is known color: Hot Curry. HEX triplet: 86, 60 and 1F. RGB value is (134,96,31). Sum of RGB (Red+Green+Blue) = 134+96+31=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86601F is #799FE0. Grayscale: #646464. Windows color (decimal): -7970785 or 2056326. OLE color: 2056326.
HSL color Cylindrical-coordinate representation of color #86601F: hue angle of 37.86º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86601F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 31 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.47 |
| HSL | 37.86º | 0.62% | 0.32% | - |
| HSV(B) | 37.86º | 0.77% | 0.53% | - |
| XYZ | 14.26 | 13.53 | 3.16 | - |
| YUV | 99.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 31 | 0 | 0.28 | 0.77 | 0.47 | 37.86 | 0.62 | 0.32 |
| Hex | 86 | 60 | 1F | 0 | 1C | 4D | 2F | 26 | 3E | 20 |
| Octal | 206 | 140 | 37 | 0 | 34 | 115 | 57 | 46 | 76 | 40 |
| Binary | 10000110 | 1100000 | 11111 | 0 | 11100 | 1001101 | 101111 | 100110 | 111110 | 100000 |
Color Harmonies of #86601F
Complementary color
Monochromatic Colors of #86601F
Black with #86601F
Text Example
Text Example
White with #86601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86601F; }
p { color: rgb(134,96,31); }
H1.HeaderClassName
{
color: #86601F;
}
.AnyTagClassName
{
color: #86601F;
}
</style>
background-color css
<style>
a { background-color: #86601F; }
a { background-color: rgb(134,96,31); }
div.DivClassName
{
background-color: #86601F;
}
.BgClassName
{
background-color: #86601F;
}
</style>
border-color css
<style>
span { border-color: #86601F; }
span { border-color: rgb(134,96,31); }
td.TdClassName
{
border-color: #86601F;
}
.TagClassName
{
border-color: #86601F;
}
</style>