Shades of Jambalaya #654B34
Tints of Jambalaya #654B34
RGB
CMYK
RGB Variations
Color information
#654B34 (or 0x654B34) is known color: Jambalaya. HEX triplet: 65, 4B and 34. RGB value is (101,75,52). Sum of RGB (Red+Green+Blue) = 101+75+52=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #654B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B34 is #9AB4CB. Grayscale: #505050. Windows color (decimal): -10138828 or 3427173. OLE color: 3427173.
HSL color Cylindrical-coordinate representation of color #654B34: hue angle of 28.16º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654B34 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 52 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.60 |
| HSL | 28.16º | 0.32% | 0.3% | - |
| HSV(B) | 28.16º | 0.49% | 0.4% | - |
| XYZ | 8.5 | 8.05 | 4.35 | - |
| YUV | 80.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 52 | 0 | 0.26 | 0.49 | 0.60 | 28.16 | 0.32 | 0.3 |
| Hex | 65 | 4B | 34 | 0 | 1A | 31 | 3C | 1C | 20 | 1E |
| Octal | 145 | 113 | 64 | 0 | 32 | 61 | 74 | 34 | 40 | 36 |
| Binary | 1100101 | 1001011 | 110100 | 0 | 11010 | 110001 | 111100 | 11100 | 100000 | 11110 |
Color Harmonies of #654B34
Complementary color
Monochromatic Colors of #654B34
Black with #654B34
Text Example
Text Example
White with #654B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B34; }
p { color: rgb(101,75,52); }
H1.HeaderClassName
{
color: #654B34;
}
.AnyTagClassName
{
color: #654B34;
}
</style>
background-color css
<style>
a { background-color: #654B34; }
a { background-color: rgb(101,75,52); }
div.DivClassName
{
background-color: #654B34;
}
.BgClassName
{
background-color: #654B34;
}
</style>
border-color css
<style>
span { border-color: #654B34; }
span { border-color: rgb(101,75,52); }
td.TdClassName
{
border-color: #654B34;
}
.TagClassName
{
border-color: #654B34;
}
</style>