Shades of Hot Curry #86602C
Tints of Hot Curry #86602C
RGB
CMYK
RGB Variations
Color information
#86602C (or 0x86602C) is known color: Hot Curry. HEX triplet: 86, 60 and 2C. RGB value is (134,96,44). Sum of RGB (Red+Green+Blue) = 134+96+44=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86602C is #799FD3. Grayscale: #656565. Windows color (decimal): -7970772 or 2908294. OLE color: 2908294.
HSL color Cylindrical-coordinate representation of color #86602C: hue angle of 34.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86602C is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 44 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.47 |
| HSL | 34.67º | 0.51% | 0.35% | - |
| HSV(B) | 34.67º | 0.67% | 0.53% | - |
| XYZ | 14.47 | 13.62 | 4.25 | - |
| YUV | 101.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 44 | 0 | 0.28 | 0.67 | 0.47 | 34.67 | 0.51 | 0.35 |
| Hex | 86 | 60 | 2C | 0 | 1C | 43 | 2F | 23 | 33 | 23 |
| Octal | 206 | 140 | 54 | 0 | 34 | 103 | 57 | 43 | 63 | 43 |
| Binary | 10000110 | 1100000 | 101100 | 0 | 11100 | 1000011 | 101111 | 100011 | 110011 | 100011 |
Color Harmonies of #86602C
Complementary color
Monochromatic Colors of #86602C
Black with #86602C
Text Example
Text Example
White with #86602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86602C; }
p { color: rgb(134,96,44); }
H1.HeaderClassName
{
color: #86602C;
}
.AnyTagClassName
{
color: #86602C;
}
</style>
background-color css
<style>
a { background-color: #86602C; }
a { background-color: rgb(134,96,44); }
div.DivClassName
{
background-color: #86602C;
}
.BgClassName
{
background-color: #86602C;
}
</style>
border-color css
<style>
span { border-color: #86602C; }
span { border-color: rgb(134,96,44); }
td.TdClassName
{
border-color: #86602C;
}
.TagClassName
{
border-color: #86602C;
}
</style>