Shades of Jambalaya #654936
Tints of Jambalaya #654936
RGB
CMYK
RGB Variations
Color information
#654936 (or 0x654936) is known color: Jambalaya. HEX triplet: 65, 49 and 36. RGB value is (101,73,54). Sum of RGB (Red+Green+Blue) = 101+73+54=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #654936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654936 is #9AB6C9. Grayscale: #4F4F4F. Windows color (decimal): -10139338 or 3557733. OLE color: 3557733.
HSL color Cylindrical-coordinate representation of color #654936: hue angle of 24.26º 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 #654936 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 54 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.60 |
| HSL | 24.26º | 0.3% | 0.3% | - |
| HSV(B) | 24.26º | 0.47% | 0.4% | - |
| XYZ | 8.42 | 7.8 | 4.55 | - |
| YUV | 79.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 54 | 0 | 0.28 | 0.47 | 0.60 | 24.26 | 0.3 | 0.3 |
| Hex | 65 | 49 | 36 | 0 | 1C | 2F | 3C | 18 | 1E | 1E |
| Octal | 145 | 111 | 66 | 0 | 34 | 57 | 74 | 30 | 36 | 36 |
| Binary | 1100101 | 1001001 | 110110 | 0 | 11100 | 101111 | 111100 | 11000 | 11110 | 11110 |
Color Harmonies of #654936
Complementary color
Monochromatic Colors of #654936
Black with #654936
Text Example
Text Example
White with #654936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654936; }
p { color: rgb(101,73,54); }
H1.HeaderClassName
{
color: #654936;
}
.AnyTagClassName
{
color: #654936;
}
</style>
background-color css
<style>
a { background-color: #654936; }
a { background-color: rgb(101,73,54); }
div.DivClassName
{
background-color: #654936;
}
.BgClassName
{
background-color: #654936;
}
</style>
border-color css
<style>
span { border-color: #654936; }
span { border-color: rgb(101,73,54); }
td.TdClassName
{
border-color: #654936;
}
.TagClassName
{
border-color: #654936;
}
</style>