Shades of Jambalaya #654433
Tints of Jambalaya #654433
RGB
CMYK
RGB Variations
Color information
#654433 (or 0x654433) is known color: Jambalaya. HEX triplet: 65, 44 and 33. RGB value is (101,68,51). Sum of RGB (Red+Green+Blue) = 101+68+51=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654433 is #9ABBCC. Grayscale: #4C4C4C. Windows color (decimal): -10140621 or 3359845. OLE color: 3359845.
HSL color Cylindrical-coordinate representation of color #654433: hue angle of 20.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 #654433 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 51 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.60 |
| HSL | 20.4º | 0.33% | 0.3% | - |
| HSV(B) | 20.4º | 0.5% | 0.4% | - |
| XYZ | 8.03 | 7.14 | 4.09 | - |
| YUV | 75.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 51 | 0 | 0.33 | 0.50 | 0.60 | 20.4 | 0.33 | 0.3 |
| Hex | 65 | 44 | 33 | 0 | 21 | 32 | 3C | 14 | 21 | 1E |
| Octal | 145 | 104 | 63 | 0 | 41 | 62 | 74 | 24 | 41 | 36 |
| Binary | 1100101 | 1000100 | 110011 | 0 | 100001 | 110010 | 111100 | 10100 | 100001 | 11110 |
Color Harmonies of #654433
Complementary color
Monochromatic Colors of #654433
Black with #654433
Text Example
Text Example
White with #654433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654433; }
p { color: rgb(101,68,51); }
H1.HeaderClassName
{
color: #654433;
}
.AnyTagClassName
{
color: #654433;
}
</style>
background-color css
<style>
a { background-color: #654433; }
a { background-color: rgb(101,68,51); }
div.DivClassName
{
background-color: #654433;
}
.BgClassName
{
background-color: #654433;
}
</style>
border-color css
<style>
span { border-color: #654433; }
span { border-color: rgb(101,68,51); }
td.TdClassName
{
border-color: #654433;
}
.TagClassName
{
border-color: #654433;
}
</style>