Shades of Hot Curry #86601D
Tints of Hot Curry #86601D
RGB
CMYK
RGB Variations
Color information
#86601D (or 0x86601D) is known color: Hot Curry. HEX triplet: 86, 60 and 1D. RGB value is (134,96,29). Sum of RGB (Red+Green+Blue) = 134+96+29=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86601D is #799FE2. Grayscale: #646464. Windows color (decimal): -7970787 or 1925254. OLE color: 1925254.
HSL color Cylindrical-coordinate representation of color #86601D: hue angle of 38.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86601D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 29 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.47 |
| HSL | 38.29º | 0.64% | 0.32% | - |
| HSV(B) | 38.29º | 0.78% | 0.53% | - |
| XYZ | 14.24 | 13.52 | 3.02 | - |
| YUV | 99.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 29 | 0 | 0.28 | 0.78 | 0.47 | 38.29 | 0.64 | 0.32 |
| Hex | 86 | 60 | 1D | 0 | 1C | 4E | 2F | 26 | 40 | 20 |
| Octal | 206 | 140 | 35 | 0 | 34 | 116 | 57 | 46 | 100 | 40 |
| Binary | 10000110 | 1100000 | 11101 | 0 | 11100 | 1001110 | 101111 | 100110 | 1000000 | 100000 |
Color Harmonies of #86601D
Complementary color
Monochromatic Colors of #86601D
Black with #86601D
Text Example
Text Example
White with #86601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86601D; }
p { color: rgb(134,96,29); }
H1.HeaderClassName
{
color: #86601D;
}
.AnyTagClassName
{
color: #86601D;
}
</style>
background-color css
<style>
a { background-color: #86601D; }
a { background-color: rgb(134,96,29); }
div.DivClassName
{
background-color: #86601D;
}
.BgClassName
{
background-color: #86601D;
}
</style>
border-color css
<style>
span { border-color: #86601D; }
span { border-color: rgb(134,96,29); }
td.TdClassName
{
border-color: #86601D;
}
.TagClassName
{
border-color: #86601D;
}
</style>