Shades of Jambalaya #654B39
Tints of Jambalaya #654B39
RGB
CMYK
RGB Variations
Color information
#654B39 (or 0x654B39) is known color: Jambalaya. HEX triplet: 65, 4B and 39. RGB value is (101,75,57). Sum of RGB (Red+Green+Blue) = 101+75+57=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #654B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B39 is #9AB4C6. Grayscale: #505050. Windows color (decimal): -10138823 or 3754853. OLE color: 3754853.
HSL color Cylindrical-coordinate representation of color #654B39: hue angle of 24.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #654B39 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 57 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.60 |
| HSL | 24.55º | 0.28% | 0.31% | - |
| HSV(B) | 24.55º | 0.44% | 0.4% | - |
| XYZ | 8.62 | 8.09 | 4.98 | - |
| YUV | 80.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 57 | 0 | 0.26 | 0.44 | 0.60 | 24.55 | 0.28 | 0.31 |
| Hex | 65 | 4B | 39 | 0 | 1A | 2C | 3C | 19 | 1C | 1F |
| Octal | 145 | 113 | 71 | 0 | 32 | 54 | 74 | 31 | 34 | 37 |
| Binary | 1100101 | 1001011 | 111001 | 0 | 11010 | 101100 | 111100 | 11001 | 11100 | 11111 |
Color Harmonies of #654B39
Complementary color
Monochromatic Colors of #654B39
Black with #654B39
Text Example
Text Example
White with #654B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B39; }
p { color: rgb(101,75,57); }
H1.HeaderClassName
{
color: #654B39;
}
.AnyTagClassName
{
color: #654B39;
}
</style>
background-color css
<style>
a { background-color: #654B39; }
a { background-color: rgb(101,75,57); }
div.DivClassName
{
background-color: #654B39;
}
.BgClassName
{
background-color: #654B39;
}
</style>
border-color css
<style>
span { border-color: #654B39; }
span { border-color: rgb(101,75,57); }
td.TdClassName
{
border-color: #654B39;
}
.TagClassName
{
border-color: #654B39;
}
</style>