Shades of Jambalaya #654935
Tints of Jambalaya #654935
RGB
CMYK
RGB Variations
Color information
#654935 (or 0x654935) is known color: Jambalaya. HEX triplet: 65, 49 and 35. RGB value is (101,73,53). Sum of RGB (Red+Green+Blue) = 101+73+53=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654935 is #9AB6CA. Grayscale: #4F4F4F. Windows color (decimal): -10139339 or 3492197. OLE color: 3492197.
HSL color Cylindrical-coordinate representation of color #654935: hue angle of 25º 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 #654935 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 53 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.60 |
| HSL | 25º | 0.31% | 0.3% | - |
| HSV(B) | 25º | 0.48% | 0.4% | - |
| XYZ | 8.39 | 7.79 | 4.43 | - |
| YUV | 79.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 53 | 0 | 0.28 | 0.48 | 0.60 | 25 | 0.31 | 0.3 |
| Hex | 65 | 49 | 35 | 0 | 1C | 30 | 3C | 19 | 1F | 1E |
| Octal | 145 | 111 | 65 | 0 | 34 | 60 | 74 | 31 | 37 | 36 |
| Binary | 1100101 | 1001001 | 110101 | 0 | 11100 | 110000 | 111100 | 11001 | 11111 | 11110 |
Color Harmonies of #654935
Complementary color
Monochromatic Colors of #654935
Black with #654935
Text Example
Text Example
White with #654935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654935; }
p { color: rgb(101,73,53); }
H1.HeaderClassName
{
color: #654935;
}
.AnyTagClassName
{
color: #654935;
}
</style>
background-color css
<style>
a { background-color: #654935; }
a { background-color: rgb(101,73,53); }
div.DivClassName
{
background-color: #654935;
}
.BgClassName
{
background-color: #654935;
}
</style>
border-color css
<style>
span { border-color: #654935; }
span { border-color: rgb(101,73,53); }
td.TdClassName
{
border-color: #654935;
}
.TagClassName
{
border-color: #654935;
}
</style>