Shades of Jambalaya #654538
Tints of Jambalaya #654538
RGB
CMYK
RGB Variations
Color information
#654538 (or 0x654538) is known color: Jambalaya. HEX triplet: 65, 45 and 38. RGB value is (101,69,56). Sum of RGB (Red+Green+Blue) = 101+69+56=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #654538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654538 is #9ABAC7. Grayscale: #4D4D4D. Windows color (decimal): -10140360 or 3687781. OLE color: 3687781.
HSL color Cylindrical-coordinate representation of color #654538: hue angle of 17.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #654538 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 56 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.60 |
| HSL | 17.33º | 0.29% | 0.31% | - |
| HSV(B) | 17.33º | 0.45% | 0.4% | - |
| XYZ | 8.21 | 7.31 | 4.72 | - |
| YUV | 77.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 56 | 0 | 0.32 | 0.45 | 0.60 | 17.33 | 0.29 | 0.31 |
| Hex | 65 | 45 | 38 | 0 | 20 | 2D | 3C | 11 | 1D | 1F |
| Octal | 145 | 105 | 70 | 0 | 40 | 55 | 74 | 21 | 35 | 37 |
| Binary | 1100101 | 1000101 | 111000 | 0 | 100000 | 101101 | 111100 | 10001 | 11101 | 11111 |
Color Harmonies of #654538
Complementary color
Monochromatic Colors of #654538
Black with #654538
Text Example
Text Example
White with #654538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654538; }
p { color: rgb(101,69,56); }
H1.HeaderClassName
{
color: #654538;
}
.AnyTagClassName
{
color: #654538;
}
</style>
background-color css
<style>
a { background-color: #654538; }
a { background-color: rgb(101,69,56); }
div.DivClassName
{
background-color: #654538;
}
.BgClassName
{
background-color: #654538;
}
</style>
border-color css
<style>
span { border-color: #654538; }
span { border-color: rgb(101,69,56); }
td.TdClassName
{
border-color: #654538;
}
.TagClassName
{
border-color: #654538;
}
</style>