Shades of Hot Curry #86652A
Tints of Hot Curry #86652A
RGB
CMYK
RGB Variations
Color information
#86652A (or 0x86652A) is known color: Hot Curry. HEX triplet: 86, 65 and 2A. RGB value is (134,101,42). Sum of RGB (Red+Green+Blue) = 134+101+42=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86652A is #799AD5. Grayscale: #686868. Windows color (decimal): -7969494 or 2778502. OLE color: 2778502.
HSL color Cylindrical-coordinate representation of color #86652A: hue angle of 38.48º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86652A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 42 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.47 |
| HSL | 38.48º | 0.52% | 0.35% | - |
| HSV(B) | 38.48º | 0.69% | 0.53% | - |
| XYZ | 14.9 | 14.54 | 4.21 | - |
| YUV | 104.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 42 | 0 | 0.25 | 0.69 | 0.47 | 38.48 | 0.52 | 0.35 |
| Hex | 86 | 65 | 2A | 0 | 19 | 45 | 2F | 26 | 34 | 23 |
| Octal | 206 | 145 | 52 | 0 | 31 | 105 | 57 | 46 | 64 | 43 |
| Binary | 10000110 | 1100101 | 101010 | 0 | 11001 | 1000101 | 101111 | 100110 | 110100 | 100011 |
Color Harmonies of #86652A
Complementary color
Monochromatic Colors of #86652A
Black with #86652A
Text Example
Text Example
White with #86652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86652A; }
p { color: rgb(134,101,42); }
H1.HeaderClassName
{
color: #86652A;
}
.AnyTagClassName
{
color: #86652A;
}
</style>
background-color css
<style>
a { background-color: #86652A; }
a { background-color: rgb(134,101,42); }
div.DivClassName
{
background-color: #86652A;
}
.BgClassName
{
background-color: #86652A;
}
</style>
border-color css
<style>
span { border-color: #86652A; }
span { border-color: rgb(134,101,42); }
td.TdClassName
{
border-color: #86652A;
}
.TagClassName
{
border-color: #86652A;
}
</style>