Shades of Jambalaya #644333
Tints of Jambalaya #644333
RGB
CMYK
RGB Variations
Color information
#644333 (or 0x644333) is known color: Jambalaya. HEX triplet: 64, 43 and 33. RGB value is (100,67,51). Sum of RGB (Red+Green+Blue) = 100+67+51=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644333 is #9BBCCC. Grayscale: #4B4B4B. Windows color (decimal): -10206413 or 3359588. OLE color: 3359588.
HSL color Cylindrical-coordinate representation of color #644333: hue angle of 19.59º 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 #644333 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 51 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.61 |
| HSL | 19.59º | 0.32% | 0.3% | - |
| HSV(B) | 19.59º | 0.49% | 0.39% | - |
| XYZ | 7.86 | 6.96 | 4.06 | - |
| YUV | 75.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 51 | 0 | 0.33 | 0.49 | 0.61 | 19.59 | 0.32 | 0.3 |
| Hex | 64 | 43 | 33 | 0 | 21 | 31 | 3D | 14 | 20 | 1E |
| Octal | 144 | 103 | 63 | 0 | 41 | 61 | 75 | 24 | 40 | 36 |
| Binary | 1100100 | 1000011 | 110011 | 0 | 100001 | 110001 | 111101 | 10100 | 100000 | 11110 |
Color Harmonies of #644333
Complementary color
Monochromatic Colors of #644333
Black with #644333
Text Example
Text Example
White with #644333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644333; }
p { color: rgb(100,67,51); }
H1.HeaderClassName
{
color: #644333;
}
.AnyTagClassName
{
color: #644333;
}
</style>
background-color css
<style>
a { background-color: #644333; }
a { background-color: rgb(100,67,51); }
div.DivClassName
{
background-color: #644333;
}
.BgClassName
{
background-color: #644333;
}
</style>
border-color css
<style>
span { border-color: #644333; }
span { border-color: rgb(100,67,51); }
td.TdClassName
{
border-color: #644333;
}
.TagClassName
{
border-color: #644333;
}
</style>