Shades of Jambalaya #654E39
Tints of Jambalaya #654E39
RGB
CMYK
RGB Variations
Color information
#654E39 (or 0x654E39) is known color: Jambalaya. HEX triplet: 65, 4E and 39. RGB value is (101,78,57). Sum of RGB (Red+Green+Blue) = 101+78+57=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #654E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E39 is #9AB1C6. Grayscale: #525252. Windows color (decimal): -10138055 or 3755621. OLE color: 3755621.
HSL color Cylindrical-coordinate representation of color #654E39: hue angle of 28.64º 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 #654E39 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 57 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.60 |
| HSL | 28.64º | 0.28% | 0.31% | - |
| HSV(B) | 28.64º | 0.44% | 0.4% | - |
| XYZ | 8.83 | 8.51 | 5.05 | - |
| YUV | 82.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 57 | 0 | 0.23 | 0.44 | 0.60 | 28.64 | 0.28 | 0.31 |
| Hex | 65 | 4E | 39 | 0 | 17 | 2C | 3C | 1D | 1C | 1F |
| Octal | 145 | 116 | 71 | 0 | 27 | 54 | 74 | 35 | 34 | 37 |
| Binary | 1100101 | 1001110 | 111001 | 0 | 10111 | 101100 | 111100 | 11101 | 11100 | 11111 |
Color Harmonies of #654E39
Complementary color
Monochromatic Colors of #654E39
Black with #654E39
Text Example
Text Example
White with #654E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E39; }
p { color: rgb(101,78,57); }
H1.HeaderClassName
{
color: #654E39;
}
.AnyTagClassName
{
color: #654E39;
}
</style>
background-color css
<style>
a { background-color: #654E39; }
a { background-color: rgb(101,78,57); }
div.DivClassName
{
background-color: #654E39;
}
.BgClassName
{
background-color: #654E39;
}
</style>
border-color css
<style>
span { border-color: #654E39; }
span { border-color: rgb(101,78,57); }
td.TdClassName
{
border-color: #654E39;
}
.TagClassName
{
border-color: #654E39;
}
</style>