Shades of Jambalaya #644733
Tints of Jambalaya #644733
RGB
CMYK
RGB Variations
Color information
#644733 (or 0x644733) is known color: Jambalaya. HEX triplet: 64, 47 and 33. RGB value is (100,71,51). Sum of RGB (Red+Green+Blue) = 100+71+51=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #644733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644733 is #9BB8CC. Grayscale: #4D4D4D. Windows color (decimal): -10205389 or 3360612. OLE color: 3360612.
HSL color Cylindrical-coordinate representation of color #644733: hue angle of 24.49º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644733 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 51 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.61 |
| HSL | 24.49º | 0.32% | 0.3% | - |
| HSV(B) | 24.49º | 0.49% | 0.39% | - |
| XYZ | 8.11 | 7.45 | 4.14 | - |
| YUV | 77.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 51 | 0 | 0.29 | 0.49 | 0.61 | 24.49 | 0.32 | 0.3 |
| Hex | 64 | 47 | 33 | 0 | 1D | 31 | 3D | 18 | 20 | 1E |
| Octal | 144 | 107 | 63 | 0 | 35 | 61 | 75 | 30 | 40 | 36 |
| Binary | 1100100 | 1000111 | 110011 | 0 | 11101 | 110001 | 111101 | 11000 | 100000 | 11110 |
Color Harmonies of #644733
Complementary color
Monochromatic Colors of #644733
Black with #644733
Text Example
Text Example
White with #644733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644733; }
p { color: rgb(100,71,51); }
H1.HeaderClassName
{
color: #644733;
}
.AnyTagClassName
{
color: #644733;
}
</style>
background-color css
<style>
a { background-color: #644733; }
a { background-color: rgb(100,71,51); }
div.DivClassName
{
background-color: #644733;
}
.BgClassName
{
background-color: #644733;
}
</style>
border-color css
<style>
span { border-color: #644733; }
span { border-color: rgb(100,71,51); }
td.TdClassName
{
border-color: #644733;
}
.TagClassName
{
border-color: #644733;
}
</style>