Shades of Jambalaya #644435
Tints of Jambalaya #644435
RGB
CMYK
RGB Variations
Color information
#644435 (or 0x644435) is known color: Jambalaya. HEX triplet: 64, 44 and 35. RGB value is (100,68,53). Sum of RGB (Red+Green+Blue) = 100+68+53=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #644435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644435 is #9BBBCA. Grayscale: #4B4B4B. Windows color (decimal): -10206155 or 3490916. OLE color: 3490916.
HSL color Cylindrical-coordinate representation of color #644435: hue angle of 19.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #644435 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 53 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.61 |
| HSL | 19.15º | 0.31% | 0.3% | - |
| HSV(B) | 19.15º | 0.47% | 0.39% | - |
| XYZ | 7.97 | 7.1 | 4.32 | - |
| YUV | 75.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 53 | 0 | 0.32 | 0.47 | 0.61 | 19.15 | 0.31 | 0.3 |
| Hex | 64 | 44 | 35 | 0 | 20 | 2F | 3D | 13 | 1F | 1E |
| Octal | 144 | 104 | 65 | 0 | 40 | 57 | 75 | 23 | 37 | 36 |
| Binary | 1100100 | 1000100 | 110101 | 0 | 100000 | 101111 | 111101 | 10011 | 11111 | 11110 |
Color Harmonies of #644435
Complementary color
Monochromatic Colors of #644435
Black with #644435
Text Example
Text Example
White with #644435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644435; }
p { color: rgb(100,68,53); }
H1.HeaderClassName
{
color: #644435;
}
.AnyTagClassName
{
color: #644435;
}
</style>
background-color css
<style>
a { background-color: #644435; }
a { background-color: rgb(100,68,53); }
div.DivClassName
{
background-color: #644435;
}
.BgClassName
{
background-color: #644435;
}
</style>
border-color css
<style>
span { border-color: #644435; }
span { border-color: rgb(100,68,53); }
td.TdClassName
{
border-color: #644435;
}
.TagClassName
{
border-color: #644435;
}
</style>