Shades of Jambalaya #644836
Tints of Jambalaya #644836
RGB
CMYK
RGB Variations
Color information
#644836 (or 0x644836) is known color: Jambalaya. HEX triplet: 64, 48 and 36. RGB value is (100,72,54). Sum of RGB (Red+Green+Blue) = 100+72+54=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644836 is #9BB7C9. Grayscale: #4E4E4E. Windows color (decimal): -10205130 or 3557476. OLE color: 3557476.
HSL color Cylindrical-coordinate representation of color #644836: hue angle of 23.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644836 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 54 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.61 |
| HSL | 23.48º | 0.3% | 0.3% | - |
| HSV(B) | 23.48º | 0.46% | 0.39% | - |
| XYZ | 8.24 | 7.61 | 4.52 | - |
| YUV | 78.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 54 | 0 | 0.28 | 0.46 | 0.61 | 23.48 | 0.3 | 0.3 |
| Hex | 64 | 48 | 36 | 0 | 1C | 2E | 3D | 17 | 1E | 1E |
| Octal | 144 | 110 | 66 | 0 | 34 | 56 | 75 | 27 | 36 | 36 |
| Binary | 1100100 | 1001000 | 110110 | 0 | 11100 | 101110 | 111101 | 10111 | 11110 | 11110 |
Color Harmonies of #644836
Complementary color
Monochromatic Colors of #644836
Black with #644836
Text Example
Text Example
White with #644836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644836; }
p { color: rgb(100,72,54); }
H1.HeaderClassName
{
color: #644836;
}
.AnyTagClassName
{
color: #644836;
}
</style>
background-color css
<style>
a { background-color: #644836; }
a { background-color: rgb(100,72,54); }
div.DivClassName
{
background-color: #644836;
}
.BgClassName
{
background-color: #644836;
}
</style>
border-color css
<style>
span { border-color: #644836; }
span { border-color: rgb(100,72,54); }
td.TdClassName
{
border-color: #644836;
}
.TagClassName
{
border-color: #644836;
}
</style>