Shades of Jambalaya #644C36
Tints of Jambalaya #644C36
RGB
CMYK
RGB Variations
Color information
#644C36 (or 0x644C36) is known color: Jambalaya. HEX triplet: 64, 4C and 36. RGB value is (100,76,54). Sum of RGB (Red+Green+Blue) = 100+76+54=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #644C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C36 is #9BB3C9. Grayscale: #505050. Windows color (decimal): -10204106 or 3558500. OLE color: 3558500.
HSL color Cylindrical-coordinate representation of color #644C36: hue angle of 28.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644C36 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 54 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.61 |
| HSL | 28.7º | 0.3% | 0.3% | - |
| HSV(B) | 28.7º | 0.46% | 0.39% | - |
| XYZ | 8.51 | 8.14 | 4.61 | - |
| YUV | 80.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 54 | 0 | 0.24 | 0.46 | 0.61 | 28.7 | 0.3 | 0.3 |
| Hex | 64 | 4C | 36 | 0 | 18 | 2E | 3D | 1D | 1E | 1E |
| Octal | 144 | 114 | 66 | 0 | 30 | 56 | 75 | 35 | 36 | 36 |
| Binary | 1100100 | 1001100 | 110110 | 0 | 11000 | 101110 | 111101 | 11101 | 11110 | 11110 |
Color Harmonies of #644C36
Complementary color
Monochromatic Colors of #644C36
Black with #644C36
Text Example
Text Example
White with #644C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C36; }
p { color: rgb(100,76,54); }
H1.HeaderClassName
{
color: #644C36;
}
.AnyTagClassName
{
color: #644C36;
}
</style>
background-color css
<style>
a { background-color: #644C36; }
a { background-color: rgb(100,76,54); }
div.DivClassName
{
background-color: #644C36;
}
.BgClassName
{
background-color: #644C36;
}
</style>
border-color css
<style>
span { border-color: #644C36; }
span { border-color: rgb(100,76,54); }
td.TdClassName
{
border-color: #644C36;
}
.TagClassName
{
border-color: #644C36;
}
</style>