Shades of Jambalaya #654A38
Tints of Jambalaya #654A38
RGB
CMYK
RGB Variations
Color information
#654A38 (or 0x654A38) is known color: Jambalaya. HEX triplet: 65, 4A and 38. RGB value is (101,74,56). Sum of RGB (Red+Green+Blue) = 101+74+56=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #654A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A38 is #9AB5C7. Grayscale: #505050. Windows color (decimal): -10139080 or 3689061. OLE color: 3689061.
HSL color Cylindrical-coordinate representation of color #654A38: hue angle of 24º 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 #654A38 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 56 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.60 |
| HSL | 24º | 0.29% | 0.31% | - |
| HSV(B) | 24º | 0.45% | 0.4% | - |
| XYZ | 8.53 | 7.95 | 4.83 | - |
| YUV | 80.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 56 | 0 | 0.27 | 0.45 | 0.60 | 24 | 0.29 | 0.31 |
| Hex | 65 | 4A | 38 | 0 | 1B | 2D | 3C | 18 | 1D | 1F |
| Octal | 145 | 112 | 70 | 0 | 33 | 55 | 74 | 30 | 35 | 37 |
| Binary | 1100101 | 1001010 | 111000 | 0 | 11011 | 101101 | 111100 | 11000 | 11101 | 11111 |
Color Harmonies of #654A38
Complementary color
Monochromatic Colors of #654A38
Black with #654A38
Text Example
Text Example
White with #654A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A38; }
p { color: rgb(101,74,56); }
H1.HeaderClassName
{
color: #654A38;
}
.AnyTagClassName
{
color: #654A38;
}
</style>
background-color css
<style>
a { background-color: #654A38; }
a { background-color: rgb(101,74,56); }
div.DivClassName
{
background-color: #654A38;
}
.BgClassName
{
background-color: #654A38;
}
</style>
border-color css
<style>
span { border-color: #654A38; }
span { border-color: rgb(101,74,56); }
td.TdClassName
{
border-color: #654A38;
}
.TagClassName
{
border-color: #654A38;
}
</style>