Shades of Hot Curry #86601C
Tints of Hot Curry #86601C
RGB
CMYK
RGB Variations
Color information
#86601C (or 0x86601C) is known color: Hot Curry. HEX triplet: 86, 60 and 1C. RGB value is (134,96,28). Sum of RGB (Red+Green+Blue) = 134+96+28=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86601C is #799FE3. Grayscale: #636363. Windows color (decimal): -7970788 or 1859718. OLE color: 1859718.
HSL color Cylindrical-coordinate representation of color #86601C: hue angle of 38.49º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86601C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 28 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.47 |
| HSL | 38.49º | 0.65% | 0.32% | - |
| HSV(B) | 38.49º | 0.79% | 0.53% | - |
| XYZ | 14.22 | 13.52 | 2.96 | - |
| YUV | 99.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 28 | 0 | 0.28 | 0.79 | 0.47 | 38.49 | 0.65 | 0.32 |
| Hex | 86 | 60 | 1C | 0 | 1C | 4F | 2F | 26 | 41 | 20 |
| Octal | 206 | 140 | 34 | 0 | 34 | 117 | 57 | 46 | 101 | 40 |
| Binary | 10000110 | 1100000 | 11100 | 0 | 11100 | 1001111 | 101111 | 100110 | 1000001 | 100000 |
Color Harmonies of #86601C
Complementary color
Monochromatic Colors of #86601C
Black with #86601C
Text Example
Text Example
White with #86601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86601C; }
p { color: rgb(134,96,28); }
H1.HeaderClassName
{
color: #86601C;
}
.AnyTagClassName
{
color: #86601C;
}
</style>
background-color css
<style>
a { background-color: #86601C; }
a { background-color: rgb(134,96,28); }
div.DivClassName
{
background-color: #86601C;
}
.BgClassName
{
background-color: #86601C;
}
</style>
border-color css
<style>
span { border-color: #86601C; }
span { border-color: rgb(134,96,28); }
td.TdClassName
{
border-color: #86601C;
}
.TagClassName
{
border-color: #86601C;
}
</style>