Shades of Jambalaya #654835
Tints of Jambalaya #654835
RGB
CMYK
RGB Variations
Color information
#654835 (or 0x654835) is known color: Jambalaya. HEX triplet: 65, 48 and 35. RGB value is (101,72,53). Sum of RGB (Red+Green+Blue) = 101+72+53=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #654835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654835 is #9AB7CA. Grayscale: #4E4E4E. Windows color (decimal): -10139595 or 3491941. OLE color: 3491941.
HSL color Cylindrical-coordinate representation of color #654835: hue angle of 23.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654835 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 72 | 53 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.60 |
| HSL | 23.75º | 0.31% | 0.3% | - |
| HSV(B) | 23.75º | 0.48% | 0.4% | - |
| XYZ | 8.33 | 7.66 | 4.41 | - |
| YUV | 78.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 53 | 0 | 0.29 | 0.48 | 0.60 | 23.75 | 0.31 | 0.3 |
| Hex | 65 | 48 | 35 | 0 | 1D | 30 | 3C | 18 | 1F | 1E |
| Octal | 145 | 110 | 65 | 0 | 35 | 60 | 74 | 30 | 37 | 36 |
| Binary | 1100101 | 1001000 | 110101 | 0 | 11101 | 110000 | 111100 | 11000 | 11111 | 11110 |
Color Harmonies of #654835
Complementary color
Monochromatic Colors of #654835
Black with #654835
Text Example
Text Example
White with #654835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654835; }
p { color: rgb(101,72,53); }
H1.HeaderClassName
{
color: #654835;
}
.AnyTagClassName
{
color: #654835;
}
</style>
background-color css
<style>
a { background-color: #654835; }
a { background-color: rgb(101,72,53); }
div.DivClassName
{
background-color: #654835;
}
.BgClassName
{
background-color: #654835;
}
</style>
border-color css
<style>
span { border-color: #654835; }
span { border-color: rgb(101,72,53); }
td.TdClassName
{
border-color: #654835;
}
.TagClassName
{
border-color: #654835;
}
</style>