Shades of Jambalaya #644C3C
Tints of Jambalaya #644C3C
RGB
CMYK
RGB Variations
Color information
#644C3C (or 0x644C3C) is known color: Jambalaya. HEX triplet: 64, 4C and 3C. RGB value is (100,76,60). Sum of RGB (Red+Green+Blue) = 100+76+60=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C3C is #9BB3C3. Grayscale: #515151. Windows color (decimal): -10204100 or 3951716. OLE color: 3951716.
HSL color Cylindrical-coordinate representation of color #644C3C: hue angle of 24º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #644C3C is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 60 | - |
| CMYK | 0 | 0.24 | 0.4 | 0.61 |
| HSL | 24º | 0.25% | 0.31% | - |
| HSV(B) | 24º | 0.4% | 0.39% | - |
| XYZ | 8.66 | 8.2 | 5.4 | - |
| YUV | 81.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 60 | 0 | 0.24 | 0.4 | 0.61 | 24 | 0.25 | 0.31 |
| Hex | 64 | 4C | 3C | 0 | 18 | 28 | 3D | 18 | 19 | 1F |
| Octal | 144 | 114 | 74 | 0 | 30 | 50 | 75 | 30 | 31 | 37 |
| Binary | 1100100 | 1001100 | 111100 | 0 | 11000 | 101000 | 111101 | 11000 | 11001 | 11111 |
Color Harmonies of #644C3C
Complementary color
Monochromatic Colors of #644C3C
Black with #644C3C
Text Example
Text Example
White with #644C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C3C; }
p { color: rgb(100,76,60); }
H1.HeaderClassName
{
color: #644C3C;
}
.AnyTagClassName
{
color: #644C3C;
}
</style>
background-color css
<style>
a { background-color: #644C3C; }
a { background-color: rgb(100,76,60); }
div.DivClassName
{
background-color: #644C3C;
}
.BgClassName
{
background-color: #644C3C;
}
</style>
border-color css
<style>
span { border-color: #644C3C; }
span { border-color: rgb(100,76,60); }
td.TdClassName
{
border-color: #644C3C;
}
.TagClassName
{
border-color: #644C3C;
}
</style>