Shades of Jambalaya #644538
Tints of Jambalaya #644538
RGB
CMYK
RGB Variations
Color information
#644538 (or 0x644538) is known color: Jambalaya. HEX triplet: 64, 45 and 38. RGB value is (100,69,56). Sum of RGB (Red+Green+Blue) = 100+69+56=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #644538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644538 is #9BBAC7. Grayscale: #4C4C4C. Windows color (decimal): -10205896 or 3687780. OLE color: 3687780.
HSL color Cylindrical-coordinate representation of color #644538: hue angle of 17.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644538 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 56 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.61 |
| HSL | 17.73º | 0.28% | 0.31% | - |
| HSV(B) | 17.73º | 0.44% | 0.39% | - |
| XYZ | 8.1 | 7.25 | 4.71 | - |
| YUV | 76.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 56 | 0 | 0.31 | 0.44 | 0.61 | 17.73 | 0.28 | 0.31 |
| Hex | 64 | 45 | 38 | 0 | 1F | 2C | 3D | 12 | 1C | 1F |
| Octal | 144 | 105 | 70 | 0 | 37 | 54 | 75 | 22 | 34 | 37 |
| Binary | 1100100 | 1000101 | 111000 | 0 | 11111 | 101100 | 111101 | 10010 | 11100 | 11111 |
Color Harmonies of #644538
Complementary color
Monochromatic Colors of #644538
Black with #644538
Text Example
Text Example
White with #644538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644538; }
p { color: rgb(100,69,56); }
H1.HeaderClassName
{
color: #644538;
}
.AnyTagClassName
{
color: #644538;
}
</style>
background-color css
<style>
a { background-color: #644538; }
a { background-color: rgb(100,69,56); }
div.DivClassName
{
background-color: #644538;
}
.BgClassName
{
background-color: #644538;
}
</style>
border-color css
<style>
span { border-color: #644538; }
span { border-color: rgb(100,69,56); }
td.TdClassName
{
border-color: #644538;
}
.TagClassName
{
border-color: #644538;
}
</style>