Shades of Jambalaya #654A39
Tints of Jambalaya #654A39
RGB
CMYK
RGB Variations
Color information
#654A39 (or 0x654A39) is known color: Jambalaya. HEX triplet: 65, 4A and 39. RGB value is (101,74,57). Sum of RGB (Red+Green+Blue) = 101+74+57=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #654A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A39 is #9AB5C6. Grayscale: #505050. Windows color (decimal): -10139079 or 3754597. OLE color: 3754597.
HSL color Cylindrical-coordinate representation of color #654A39: hue angle of 23.18º 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 #654A39 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 57 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.60 |
| HSL | 23.18º | 0.28% | 0.31% | - |
| HSV(B) | 23.18º | 0.44% | 0.4% | - |
| XYZ | 8.55 | 7.96 | 4.96 | - |
| YUV | 80.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 57 | 0 | 0.27 | 0.44 | 0.60 | 23.18 | 0.28 | 0.31 |
| Hex | 65 | 4A | 39 | 0 | 1B | 2C | 3C | 17 | 1C | 1F |
| Octal | 145 | 112 | 71 | 0 | 33 | 54 | 74 | 27 | 34 | 37 |
| Binary | 1100101 | 1001010 | 111001 | 0 | 11011 | 101100 | 111100 | 10111 | 11100 | 11111 |
Color Harmonies of #654A39
Complementary color
Monochromatic Colors of #654A39
Black with #654A39
Text Example
Text Example
White with #654A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A39; }
p { color: rgb(101,74,57); }
H1.HeaderClassName
{
color: #654A39;
}
.AnyTagClassName
{
color: #654A39;
}
</style>
background-color css
<style>
a { background-color: #654A39; }
a { background-color: rgb(101,74,57); }
div.DivClassName
{
background-color: #654A39;
}
.BgClassName
{
background-color: #654A39;
}
</style>
border-color css
<style>
span { border-color: #654A39; }
span { border-color: rgb(101,74,57); }
td.TdClassName
{
border-color: #654A39;
}
.TagClassName
{
border-color: #654A39;
}
</style>