Shades of Jambalaya #644730
Tints of Jambalaya #644730
RGB
CMYK
RGB Variations
Color information
#644730 (or 0x644730) is known color: Jambalaya. HEX triplet: 64, 47 and 30. RGB value is (100,71,48). Sum of RGB (Red+Green+Blue) = 100+71+48=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #644730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644730 is #9BB8CF. Grayscale: #4D4D4D. Windows color (decimal): -10205392 or 3164004. OLE color: 3164004.
HSL color Cylindrical-coordinate representation of color #644730: hue angle of 26.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644730 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 48 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.61 |
| HSL | 26.54º | 0.35% | 0.29% | - |
| HSV(B) | 26.54º | 0.52% | 0.39% | - |
| XYZ | 8.04 | 7.43 | 3.81 | - |
| YUV | 77.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 48 | 0 | 0.29 | 0.52 | 0.61 | 26.54 | 0.35 | 0.29 |
| Hex | 64 | 47 | 30 | 0 | 1D | 34 | 3D | 1B | 23 | 1D |
| Octal | 144 | 107 | 60 | 0 | 35 | 64 | 75 | 33 | 43 | 35 |
| Binary | 1100100 | 1000111 | 110000 | 0 | 11101 | 110100 | 111101 | 11011 | 100011 | 11101 |
Color Harmonies of #644730
Complementary color
Monochromatic Colors of #644730
Black with #644730
Text Example
Text Example
White with #644730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644730; }
p { color: rgb(100,71,48); }
H1.HeaderClassName
{
color: #644730;
}
.AnyTagClassName
{
color: #644730;
}
</style>
background-color css
<style>
a { background-color: #644730; }
a { background-color: rgb(100,71,48); }
div.DivClassName
{
background-color: #644730;
}
.BgClassName
{
background-color: #644730;
}
</style>
border-color css
<style>
span { border-color: #644730; }
span { border-color: rgb(100,71,48); }
td.TdClassName
{
border-color: #644730;
}
.TagClassName
{
border-color: #644730;
}
</style>