Shades of Hot Curry #86602B
Tints of Hot Curry #86602B
RGB
CMYK
RGB Variations
Color information
#86602B (or 0x86602B) is known color: Hot Curry. HEX triplet: 86, 60 and 2B. RGB value is (134,96,43). Sum of RGB (Red+Green+Blue) = 134+96+43=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86602B is #799FD4. Grayscale: #656565. Windows color (decimal): -7970773 or 2842758. OLE color: 2842758.
HSL color Cylindrical-coordinate representation of color #86602B: hue angle of 34.95º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86602B is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 43 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.47 |
| HSL | 34.95º | 0.51% | 0.35% | - |
| HSV(B) | 34.95º | 0.68% | 0.53% | - |
| XYZ | 14.45 | 13.61 | 4.15 | - |
| YUV | 101.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 43 | 0 | 0.28 | 0.68 | 0.47 | 34.95 | 0.51 | 0.35 |
| Hex | 86 | 60 | 2B | 0 | 1C | 44 | 2F | 23 | 33 | 23 |
| Octal | 206 | 140 | 53 | 0 | 34 | 104 | 57 | 43 | 63 | 43 |
| Binary | 10000110 | 1100000 | 101011 | 0 | 11100 | 1000100 | 101111 | 100011 | 110011 | 100011 |
Color Harmonies of #86602B
Complementary color
Monochromatic Colors of #86602B
Black with #86602B
Text Example
Text Example
White with #86602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86602B; }
p { color: rgb(134,96,43); }
H1.HeaderClassName
{
color: #86602B;
}
.AnyTagClassName
{
color: #86602B;
}
</style>
background-color css
<style>
a { background-color: #86602B; }
a { background-color: rgb(134,96,43); }
div.DivClassName
{
background-color: #86602B;
}
.BgClassName
{
background-color: #86602B;
}
</style>
border-color css
<style>
span { border-color: #86602B; }
span { border-color: rgb(134,96,43); }
td.TdClassName
{
border-color: #86602B;
}
.TagClassName
{
border-color: #86602B;
}
</style>