Shades of Hot Curry #7E6334
Tints of Hot Curry #7E6334
RGB
CMYK
RGB Variations
Color information
#7E6334 (or 0x7E6334) is known color: Hot Curry. HEX triplet: 7E, 63 and 34. RGB value is (126,99,52). Sum of RGB (Red+Green+Blue) = 126+99+52=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6334 is #819CCB. Grayscale: #656565. Windows color (decimal): -8494284 or 3433342. OLE color: 3433342.
HSL color Cylindrical-coordinate representation of color #7E6334: hue angle of 38.11º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E6334 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 52 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.51 |
| HSL | 38.11º | 0.42% | 0.35% | - |
| HSV(B) | 38.11º | 0.59% | 0.49% | - |
| XYZ | 13.69 | 13.61 | 5.15 | - |
| YUV | 101.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 52 | 0 | 0.21 | 0.59 | 0.51 | 38.11 | 0.42 | 0.35 |
| Hex | 7E | 63 | 34 | 0 | 15 | 3B | 33 | 26 | 2A | 23 |
| Octal | 176 | 143 | 64 | 0 | 25 | 73 | 63 | 46 | 52 | 43 |
| Binary | 1111110 | 1100011 | 110100 | 0 | 10101 | 111011 | 110011 | 100110 | 101010 | 100011 |
Color Harmonies of #7E6334
Complementary color
Monochromatic Colors of #7E6334
Black with #7E6334
Text Example
Text Example
White with #7E6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6334; }
p { color: rgb(126,99,52); }
H1.HeaderClassName
{
color: #7E6334;
}
.AnyTagClassName
{
color: #7E6334;
}
</style>
background-color css
<style>
a { background-color: #7E6334; }
a { background-color: rgb(126,99,52); }
div.DivClassName
{
background-color: #7E6334;
}
.BgClassName
{
background-color: #7E6334;
}
</style>
border-color css
<style>
span { border-color: #7E6334; }
span { border-color: rgb(126,99,52); }
td.TdClassName
{
border-color: #7E6334;
}
.TagClassName
{
border-color: #7E6334;
}
</style>