Shades of Jambalaya #644734
Tints of Jambalaya #644734
RGB
CMYK
RGB Variations
Color information
#644734 (or 0x644734) is known color: Jambalaya. HEX triplet: 64, 47 and 34. RGB value is (100,71,52). Sum of RGB (Red+Green+Blue) = 100+71+52=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644734 is #9BB8CB. Grayscale: #4D4D4D. Windows color (decimal): -10205388 or 3426148. OLE color: 3426148.
HSL color Cylindrical-coordinate representation of color #644734: hue angle of 23.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #644734 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 52 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.61 |
| HSL | 23.75º | 0.32% | 0.3% | - |
| HSV(B) | 23.75º | 0.48% | 0.39% | - |
| XYZ | 8.13 | 7.46 | 4.26 | - |
| YUV | 77.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 52 | 0 | 0.29 | 0.48 | 0.61 | 23.75 | 0.32 | 0.3 |
| Hex | 64 | 47 | 34 | 0 | 1D | 30 | 3D | 18 | 20 | 1E |
| Octal | 144 | 107 | 64 | 0 | 35 | 60 | 75 | 30 | 40 | 36 |
| Binary | 1100100 | 1000111 | 110100 | 0 | 11101 | 110000 | 111101 | 11000 | 100000 | 11110 |
Color Harmonies of #644734
Complementary color
Monochromatic Colors of #644734
Black with #644734
Text Example
Text Example
White with #644734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644734; }
p { color: rgb(100,71,52); }
H1.HeaderClassName
{
color: #644734;
}
.AnyTagClassName
{
color: #644734;
}
</style>
background-color css
<style>
a { background-color: #644734; }
a { background-color: rgb(100,71,52); }
div.DivClassName
{
background-color: #644734;
}
.BgClassName
{
background-color: #644734;
}
</style>
border-color css
<style>
span { border-color: #644734; }
span { border-color: rgb(100,71,52); }
td.TdClassName
{
border-color: #644734;
}
.TagClassName
{
border-color: #644734;
}
</style>