Shades of Jambalaya #644737
Tints of Jambalaya #644737
RGB
CMYK
RGB Variations
Color information
#644737 (or 0x644737) is known color: Jambalaya. HEX triplet: 64, 47 and 37. RGB value is (100,71,55). Sum of RGB (Red+Green+Blue) = 100+71+55=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644737 is #9BB8C8. Grayscale: #4D4D4D. Windows color (decimal): -10205385 or 3622756. OLE color: 3622756.
HSL color Cylindrical-coordinate representation of color #644737: hue angle of 21.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644737 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 55 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.61 |
| HSL | 21.33º | 0.29% | 0.3% | - |
| HSV(B) | 21.33º | 0.45% | 0.39% | - |
| XYZ | 8.2 | 7.49 | 4.63 | - |
| YUV | 77.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 55 | 0 | 0.29 | 0.45 | 0.61 | 21.33 | 0.29 | 0.3 |
| Hex | 64 | 47 | 37 | 0 | 1D | 2D | 3D | 15 | 1D | 1E |
| Octal | 144 | 107 | 67 | 0 | 35 | 55 | 75 | 25 | 35 | 36 |
| Binary | 1100100 | 1000111 | 110111 | 0 | 11101 | 101101 | 111101 | 10101 | 11101 | 11110 |
Color Harmonies of #644737
Complementary color
Monochromatic Colors of #644737
Black with #644737
Text Example
Text Example
White with #644737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644737; }
p { color: rgb(100,71,55); }
H1.HeaderClassName
{
color: #644737;
}
.AnyTagClassName
{
color: #644737;
}
</style>
background-color css
<style>
a { background-color: #644737; }
a { background-color: rgb(100,71,55); }
div.DivClassName
{
background-color: #644737;
}
.BgClassName
{
background-color: #644737;
}
</style>
border-color css
<style>
span { border-color: #644737; }
span { border-color: rgb(100,71,55); }
td.TdClassName
{
border-color: #644737;
}
.TagClassName
{
border-color: #644737;
}
</style>