Shades of Jambalaya #644530
Tints of Jambalaya #644530
RGB
CMYK
RGB Variations
Color information
#644530 (or 0x644530) is known color: Jambalaya. HEX triplet: 64, 45 and 30. RGB value is (100,69,48). Sum of RGB (Red+Green+Blue) = 100+69+48=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #644530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644530 is #9BBACF. Grayscale: #4B4B4B. Windows color (decimal): -10205904 or 3163492. OLE color: 3163492.
HSL color Cylindrical-coordinate representation of color #644530: hue angle of 24.23º 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 #644530 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 48 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.61 |
| HSL | 24.23º | 0.35% | 0.29% | - |
| HSV(B) | 24.23º | 0.52% | 0.39% | - |
| XYZ | 7.92 | 7.18 | 3.76 | - |
| YUV | 75.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 48 | 0 | 0.31 | 0.52 | 0.61 | 24.23 | 0.35 | 0.29 |
| Hex | 64 | 45 | 30 | 0 | 1F | 34 | 3D | 18 | 23 | 1D |
| Octal | 144 | 105 | 60 | 0 | 37 | 64 | 75 | 30 | 43 | 35 |
| Binary | 1100100 | 1000101 | 110000 | 0 | 11111 | 110100 | 111101 | 11000 | 100011 | 11101 |
Color Harmonies of #644530
Complementary color
Monochromatic Colors of #644530
Black with #644530
Text Example
Text Example
White with #644530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644530; }
p { color: rgb(100,69,48); }
H1.HeaderClassName
{
color: #644530;
}
.AnyTagClassName
{
color: #644530;
}
</style>
background-color css
<style>
a { background-color: #644530; }
a { background-color: rgb(100,69,48); }
div.DivClassName
{
background-color: #644530;
}
.BgClassName
{
background-color: #644530;
}
</style>
border-color css
<style>
span { border-color: #644530; }
span { border-color: rgb(100,69,48); }
td.TdClassName
{
border-color: #644530;
}
.TagClassName
{
border-color: #644530;
}
</style>