Shades of Jambalaya #654536
Tints of Jambalaya #654536
RGB
CMYK
RGB Variations
Color information
#654536 (or 0x654536) is known color: Jambalaya. HEX triplet: 65, 45 and 36. RGB value is (101,69,54). Sum of RGB (Red+Green+Blue) = 101+69+54=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654536 is #9ABAC9. Grayscale: #4C4C4C. Windows color (decimal): -10140362 or 3556709. OLE color: 3556709.
HSL color Cylindrical-coordinate representation of color #654536: hue angle of 19.15º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654536 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 54 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.60 |
| HSL | 19.15º | 0.3% | 0.3% | - |
| HSV(B) | 19.15º | 0.47% | 0.4% | - |
| XYZ | 8.16 | 7.29 | 4.47 | - |
| YUV | 76.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 54 | 0 | 0.32 | 0.47 | 0.60 | 19.15 | 0.3 | 0.3 |
| Hex | 65 | 45 | 36 | 0 | 20 | 2F | 3C | 13 | 1E | 1E |
| Octal | 145 | 105 | 66 | 0 | 40 | 57 | 74 | 23 | 36 | 36 |
| Binary | 1100101 | 1000101 | 110110 | 0 | 100000 | 101111 | 111100 | 10011 | 11110 | 11110 |
Color Harmonies of #654536
Complementary color
Monochromatic Colors of #654536
Black with #654536
Text Example
Text Example
White with #654536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654536; }
p { color: rgb(101,69,54); }
H1.HeaderClassName
{
color: #654536;
}
.AnyTagClassName
{
color: #654536;
}
</style>
background-color css
<style>
a { background-color: #654536; }
a { background-color: rgb(101,69,54); }
div.DivClassName
{
background-color: #654536;
}
.BgClassName
{
background-color: #654536;
}
</style>
border-color css
<style>
span { border-color: #654536; }
span { border-color: rgb(101,69,54); }
td.TdClassName
{
border-color: #654536;
}
.TagClassName
{
border-color: #654536;
}
</style>