Shades of Jambalaya #644E39
Tints of Jambalaya #644E39
RGB
CMYK
RGB Variations
Color information
#644E39 (or 0x644E39) is known color: Jambalaya. HEX triplet: 64, 4E and 39. RGB value is (100,78,57). Sum of RGB (Red+Green+Blue) = 100+78+57=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #644E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E39 is #9BB1C6. Grayscale: #525252. Windows color (decimal): -10203591 or 3755620. OLE color: 3755620.
HSL color Cylindrical-coordinate representation of color #644E39: hue angle of 29.3º 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 #644E39 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 57 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.61 |
| HSL | 29.3º | 0.27% | 0.31% | - |
| HSV(B) | 29.3º | 0.43% | 0.39% | - |
| XYZ | 8.72 | 8.45 | 5.04 | - |
| YUV | 82.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 57 | 0 | 0.22 | 0.43 | 0.61 | 29.3 | 0.27 | 0.31 |
| Hex | 64 | 4E | 39 | 0 | 16 | 2B | 3D | 1D | 1B | 1F |
| Octal | 144 | 116 | 71 | 0 | 26 | 53 | 75 | 35 | 33 | 37 |
| Binary | 1100100 | 1001110 | 111001 | 0 | 10110 | 101011 | 111101 | 11101 | 11011 | 11111 |
Color Harmonies of #644E39
Complementary color
Monochromatic Colors of #644E39
Black with #644E39
Text Example
Text Example
White with #644E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E39; }
p { color: rgb(100,78,57); }
H1.HeaderClassName
{
color: #644E39;
}
.AnyTagClassName
{
color: #644E39;
}
</style>
background-color css
<style>
a { background-color: #644E39; }
a { background-color: rgb(100,78,57); }
div.DivClassName
{
background-color: #644E39;
}
.BgClassName
{
background-color: #644E39;
}
</style>
border-color css
<style>
span { border-color: #644E39; }
span { border-color: rgb(100,78,57); }
td.TdClassName
{
border-color: #644E39;
}
.TagClassName
{
border-color: #644E39;
}
</style>