Shades of Jambalaya #644D39
Tints of Jambalaya #644D39
RGB
CMYK
RGB Variations
Color information
#644D39 (or 0x644D39) is known color: Jambalaya. HEX triplet: 64, 4D and 39. RGB value is (100,77,57). Sum of RGB (Red+Green+Blue) = 100+77+57=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #644D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D39 is #9BB2C6. Grayscale: #515151. Windows color (decimal): -10203847 or 3755364. OLE color: 3755364.
HSL color Cylindrical-coordinate representation of color #644D39: hue angle of 27.91º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #644D39 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 57 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.61 |
| HSL | 27.91º | 0.27% | 0.31% | - |
| HSV(B) | 27.91º | 0.43% | 0.39% | - |
| XYZ | 8.65 | 8.31 | 5.02 | - |
| YUV | 81.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 57 | 0 | 0.23 | 0.43 | 0.61 | 27.91 | 0.27 | 0.31 |
| Hex | 64 | 4D | 39 | 0 | 17 | 2B | 3D | 1C | 1B | 1F |
| Octal | 144 | 115 | 71 | 0 | 27 | 53 | 75 | 34 | 33 | 37 |
| Binary | 1100100 | 1001101 | 111001 | 0 | 10111 | 101011 | 111101 | 11100 | 11011 | 11111 |
Color Harmonies of #644D39
Complementary color
Monochromatic Colors of #644D39
Black with #644D39
Text Example
Text Example
White with #644D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D39; }
p { color: rgb(100,77,57); }
H1.HeaderClassName
{
color: #644D39;
}
.AnyTagClassName
{
color: #644D39;
}
</style>
background-color css
<style>
a { background-color: #644D39; }
a { background-color: rgb(100,77,57); }
div.DivClassName
{
background-color: #644D39;
}
.BgClassName
{
background-color: #644D39;
}
</style>
border-color css
<style>
span { border-color: #644D39; }
span { border-color: rgb(100,77,57); }
td.TdClassName
{
border-color: #644D39;
}
.TagClassName
{
border-color: #644D39;
}
</style>