Shades of Jambalaya #654C37
Tints of Jambalaya #654C37
RGB
CMYK
RGB Variations
Color information
#654C37 (or 0x654C37) is known color: Jambalaya. HEX triplet: 65, 4C and 37. RGB value is (101,76,55). Sum of RGB (Red+Green+Blue) = 101+76+55=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #654C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C37 is #9AB3C8. Grayscale: #515151. Windows color (decimal): -10138569 or 3624037. OLE color: 3624037.
HSL color Cylindrical-coordinate representation of color #654C37: hue angle of 27.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654C37 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 55 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.60 |
| HSL | 27.39º | 0.29% | 0.31% | - |
| HSV(B) | 27.39º | 0.46% | 0.4% | - |
| XYZ | 8.64 | 8.21 | 4.74 | - |
| YUV | 81.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 55 | 0 | 0.25 | 0.46 | 0.60 | 27.39 | 0.29 | 0.31 |
| Hex | 65 | 4C | 37 | 0 | 19 | 2E | 3C | 1B | 1D | 1F |
| Octal | 145 | 114 | 67 | 0 | 31 | 56 | 74 | 33 | 35 | 37 |
| Binary | 1100101 | 1001100 | 110111 | 0 | 11001 | 101110 | 111100 | 11011 | 11101 | 11111 |
Color Harmonies of #654C37
Complementary color
Monochromatic Colors of #654C37
Black with #654C37
Text Example
Text Example
White with #654C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C37; }
p { color: rgb(101,76,55); }
H1.HeaderClassName
{
color: #654C37;
}
.AnyTagClassName
{
color: #654C37;
}
</style>
background-color css
<style>
a { background-color: #654C37; }
a { background-color: rgb(101,76,55); }
div.DivClassName
{
background-color: #654C37;
}
.BgClassName
{
background-color: #654C37;
}
</style>
border-color css
<style>
span { border-color: #654C37; }
span { border-color: rgb(101,76,55); }
td.TdClassName
{
border-color: #654C37;
}
.TagClassName
{
border-color: #654C37;
}
</style>