Shades of Jambalaya #654933
Tints of Jambalaya #654933
RGB
CMYK
RGB Variations
Color information
#654933 (or 0x654933) is known color: Jambalaya. HEX triplet: 65, 49 and 33. RGB value is (101,73,51). Sum of RGB (Red+Green+Blue) = 101+73+51=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #654933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654933 is #9AB6CC. Grayscale: #4E4E4E. Windows color (decimal): -10139341 or 3361125. OLE color: 3361125.
HSL color Cylindrical-coordinate representation of color #654933: hue angle of 26.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654933 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 51 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.60 |
| HSL | 26.4º | 0.33% | 0.3% | - |
| HSV(B) | 26.4º | 0.5% | 0.4% | - |
| XYZ | 8.35 | 7.77 | 4.19 | - |
| YUV | 78.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 51 | 0 | 0.28 | 0.50 | 0.60 | 26.4 | 0.33 | 0.3 |
| Hex | 65 | 49 | 33 | 0 | 1C | 32 | 3C | 1A | 21 | 1E |
| Octal | 145 | 111 | 63 | 0 | 34 | 62 | 74 | 32 | 41 | 36 |
| Binary | 1100101 | 1001001 | 110011 | 0 | 11100 | 110010 | 111100 | 11010 | 100001 | 11110 |
Color Harmonies of #654933
Complementary color
Monochromatic Colors of #654933
Black with #654933
Text Example
Text Example
White with #654933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654933; }
p { color: rgb(101,73,51); }
H1.HeaderClassName
{
color: #654933;
}
.AnyTagClassName
{
color: #654933;
}
</style>
background-color css
<style>
a { background-color: #654933; }
a { background-color: rgb(101,73,51); }
div.DivClassName
{
background-color: #654933;
}
.BgClassName
{
background-color: #654933;
}
</style>
border-color css
<style>
span { border-color: #654933; }
span { border-color: rgb(101,73,51); }
td.TdClassName
{
border-color: #654933;
}
.TagClassName
{
border-color: #654933;
}
</style>