Shades of Jambalaya #654B36
Tints of Jambalaya #654B36
RGB
CMYK
RGB Variations
Color information
#654B36 (or 0x654B36) is known color: Jambalaya. HEX triplet: 65, 4B and 36. RGB value is (101,75,54). Sum of RGB (Red+Green+Blue) = 101+75+54=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #654B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B36 is #9AB4C9. Grayscale: #505050. Windows color (decimal): -10138826 or 3558245. OLE color: 3558245.
HSL color Cylindrical-coordinate representation of color #654B36: hue angle of 26.81º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654B36 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 54 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.60 |
| HSL | 26.81º | 0.3% | 0.3% | - |
| HSV(B) | 26.81º | 0.47% | 0.4% | - |
| XYZ | 8.55 | 8.07 | 4.6 | - |
| YUV | 80.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 54 | 0 | 0.26 | 0.47 | 0.60 | 26.81 | 0.3 | 0.3 |
| Hex | 65 | 4B | 36 | 0 | 1A | 2F | 3C | 1B | 1E | 1E |
| Octal | 145 | 113 | 66 | 0 | 32 | 57 | 74 | 33 | 36 | 36 |
| Binary | 1100101 | 1001011 | 110110 | 0 | 11010 | 101111 | 111100 | 11011 | 11110 | 11110 |
Color Harmonies of #654B36
Complementary color
Monochromatic Colors of #654B36
Black with #654B36
Text Example
Text Example
White with #654B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B36; }
p { color: rgb(101,75,54); }
H1.HeaderClassName
{
color: #654B36;
}
.AnyTagClassName
{
color: #654B36;
}
</style>
background-color css
<style>
a { background-color: #654B36; }
a { background-color: rgb(101,75,54); }
div.DivClassName
{
background-color: #654B36;
}
.BgClassName
{
background-color: #654B36;
}
</style>
border-color css
<style>
span { border-color: #654B36; }
span { border-color: rgb(101,75,54); }
td.TdClassName
{
border-color: #654B36;
}
.TagClassName
{
border-color: #654B36;
}
</style>