Shades of Jambalaya #644D3B
Tints of Jambalaya #644D3B
RGB
CMYK
RGB Variations
Color information
#644D3B (or 0x644D3B) is known color: Jambalaya. HEX triplet: 64, 4D and 3B. RGB value is (100,77,59). Sum of RGB (Red+Green+Blue) = 100+77+59=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D3B is #9BB2C4. Grayscale: #515151. Windows color (decimal): -10203845 or 3886436. OLE color: 3886436.
HSL color Cylindrical-coordinate representation of color #644D3B: hue angle of 26.34º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #644D3B is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 59 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.61 |
| HSL | 26.34º | 0.26% | 0.31% | - |
| HSV(B) | 26.34º | 0.41% | 0.39% | - |
| XYZ | 8.7 | 8.33 | 5.29 | - |
| YUV | 81.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 59 | 0 | 0.23 | 0.41 | 0.61 | 26.34 | 0.26 | 0.31 |
| Hex | 64 | 4D | 3B | 0 | 17 | 29 | 3D | 1A | 1A | 1F |
| Octal | 144 | 115 | 73 | 0 | 27 | 51 | 75 | 32 | 32 | 37 |
| Binary | 1100100 | 1001101 | 111011 | 0 | 10111 | 101001 | 111101 | 11010 | 11010 | 11111 |
Color Harmonies of #644D3B
Complementary color
Monochromatic Colors of #644D3B
Black with #644D3B
Text Example
Text Example
White with #644D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D3B; }
p { color: rgb(100,77,59); }
H1.HeaderClassName
{
color: #644D3B;
}
.AnyTagClassName
{
color: #644D3B;
}
</style>
background-color css
<style>
a { background-color: #644D3B; }
a { background-color: rgb(100,77,59); }
div.DivClassName
{
background-color: #644D3B;
}
.BgClassName
{
background-color: #644D3B;
}
</style>
border-color css
<style>
span { border-color: #644D3B; }
span { border-color: rgb(100,77,59); }
td.TdClassName
{
border-color: #644D3B;
}
.TagClassName
{
border-color: #644D3B;
}
</style>