Shades of Jambalaya #654437
Tints of Jambalaya #654437
RGB
CMYK
RGB Variations
Color information
#654437 (or 0x654437) is known color: Jambalaya. HEX triplet: 65, 44 and 37. RGB value is (101,68,55). Sum of RGB (Red+Green+Blue) = 101+68+55=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654437 is #9ABBC8. Grayscale: #4C4C4C. Windows color (decimal): -10140617 or 3621989. OLE color: 3621989.
HSL color Cylindrical-coordinate representation of color #654437: hue angle of 16.96º 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 #654437 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 55 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.60 |
| HSL | 16.96º | 0.29% | 0.31% | - |
| HSV(B) | 16.96º | 0.46% | 0.4% | - |
| XYZ | 8.12 | 7.18 | 4.57 | - |
| YUV | 76.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 55 | 0 | 0.33 | 0.46 | 0.60 | 16.96 | 0.29 | 0.31 |
| Hex | 65 | 44 | 37 | 0 | 21 | 2E | 3C | 11 | 1D | 1F |
| Octal | 145 | 104 | 67 | 0 | 41 | 56 | 74 | 21 | 35 | 37 |
| Binary | 1100101 | 1000100 | 110111 | 0 | 100001 | 101110 | 111100 | 10001 | 11101 | 11111 |
Color Harmonies of #654437
Complementary color
Monochromatic Colors of #654437
Black with #654437
Text Example
Text Example
White with #654437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654437; }
p { color: rgb(101,68,55); }
H1.HeaderClassName
{
color: #654437;
}
.AnyTagClassName
{
color: #654437;
}
</style>
background-color css
<style>
a { background-color: #654437; }
a { background-color: rgb(101,68,55); }
div.DivClassName
{
background-color: #654437;
}
.BgClassName
{
background-color: #654437;
}
</style>
border-color css
<style>
span { border-color: #654437; }
span { border-color: rgb(101,68,55); }
td.TdClassName
{
border-color: #654437;
}
.TagClassName
{
border-color: #654437;
}
</style>