Shades of Jambalaya #654638
Tints of Jambalaya #654638
RGB
CMYK
RGB Variations
Color information
#654638 (or 0x654638) is known color: Jambalaya. HEX triplet: 65, 46 and 38. RGB value is (101,70,56). Sum of RGB (Red+Green+Blue) = 101+70+56=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654638 is #9AB9C7. Grayscale: #4D4D4D. Windows color (decimal): -10140104 or 3688037. OLE color: 3688037.
HSL color Cylindrical-coordinate representation of color #654638: hue angle of 18.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #654638 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 56 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.60 |
| HSL | 18.67º | 0.29% | 0.31% | - |
| HSV(B) | 18.67º | 0.45% | 0.4% | - |
| XYZ | 8.27 | 7.43 | 4.74 | - |
| YUV | 77.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 56 | 0 | 0.31 | 0.45 | 0.60 | 18.67 | 0.29 | 0.31 |
| Hex | 65 | 46 | 38 | 0 | 1F | 2D | 3C | 13 | 1D | 1F |
| Octal | 145 | 106 | 70 | 0 | 37 | 55 | 74 | 23 | 35 | 37 |
| Binary | 1100101 | 1000110 | 111000 | 0 | 11111 | 101101 | 111100 | 10011 | 11101 | 11111 |
Color Harmonies of #654638
Complementary color
Monochromatic Colors of #654638
Black with #654638
Text Example
Text Example
White with #654638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654638; }
p { color: rgb(101,70,56); }
H1.HeaderClassName
{
color: #654638;
}
.AnyTagClassName
{
color: #654638;
}
</style>
background-color css
<style>
a { background-color: #654638; }
a { background-color: rgb(101,70,56); }
div.DivClassName
{
background-color: #654638;
}
.BgClassName
{
background-color: #654638;
}
</style>
border-color css
<style>
span { border-color: #654638; }
span { border-color: rgb(101,70,56); }
td.TdClassName
{
border-color: #654638;
}
.TagClassName
{
border-color: #654638;
}
</style>