Shades of Jambalaya #654734
Tints of Jambalaya #654734
RGB
CMYK
RGB Variations
Color information
#654734 (or 0x654734) is known color: Jambalaya. HEX triplet: 65, 47 and 34. RGB value is (101,71,52). Sum of RGB (Red+Green+Blue) = 101+71+52=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654734 is #9AB8CB. Grayscale: #4D4D4D. Windows color (decimal): -10139852 or 3426149. OLE color: 3426149.
HSL color Cylindrical-coordinate representation of color #654734: hue angle of 23.27º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654734 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 52 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.60 |
| HSL | 23.27º | 0.32% | 0.3% | - |
| HSV(B) | 23.27º | 0.49% | 0.4% | - |
| XYZ | 8.24 | 7.52 | 4.27 | - |
| YUV | 77.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 52 | 0 | 0.30 | 0.49 | 0.60 | 23.27 | 0.32 | 0.3 |
| Hex | 65 | 47 | 34 | 0 | 1E | 31 | 3C | 17 | 20 | 1E |
| Octal | 145 | 107 | 64 | 0 | 36 | 61 | 74 | 27 | 40 | 36 |
| Binary | 1100101 | 1000111 | 110100 | 0 | 11110 | 110001 | 111100 | 10111 | 100000 | 11110 |
Color Harmonies of #654734
Complementary color
Monochromatic Colors of #654734
Black with #654734
Text Example
Text Example
White with #654734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654734; }
p { color: rgb(101,71,52); }
H1.HeaderClassName
{
color: #654734;
}
.AnyTagClassName
{
color: #654734;
}
</style>
background-color css
<style>
a { background-color: #654734; }
a { background-color: rgb(101,71,52); }
div.DivClassName
{
background-color: #654734;
}
.BgClassName
{
background-color: #654734;
}
</style>
border-color css
<style>
span { border-color: #654734; }
span { border-color: rgb(101,71,52); }
td.TdClassName
{
border-color: #654734;
}
.TagClassName
{
border-color: #654734;
}
</style>