Shades of Jambalaya #654E3B
Tints of Jambalaya #654E3B
RGB
CMYK
RGB Variations
Color information
#654E3B (or 0x654E3B) is known color: Jambalaya. HEX triplet: 65, 4E and 3B. RGB value is (101,78,59). Sum of RGB (Red+Green+Blue) = 101+78+59=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #654E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E3B is #9AB1C4. Grayscale: #525252. Windows color (decimal): -10138053 or 3886693. OLE color: 3886693.
HSL color Cylindrical-coordinate representation of color #654E3B: hue angle of 27.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #654E3B is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 59 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.60 |
| HSL | 27.14º | 0.26% | 0.31% | - |
| HSV(B) | 27.14º | 0.42% | 0.4% | - |
| XYZ | 8.88 | 8.53 | 5.32 | - |
| YUV | 82.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 59 | 0 | 0.23 | 0.42 | 0.60 | 27.14 | 0.26 | 0.31 |
| Hex | 65 | 4E | 3B | 0 | 17 | 2A | 3C | 1B | 1A | 1F |
| Octal | 145 | 116 | 73 | 0 | 27 | 52 | 74 | 33 | 32 | 37 |
| Binary | 1100101 | 1001110 | 111011 | 0 | 10111 | 101010 | 111100 | 11011 | 11010 | 11111 |
Color Harmonies of #654E3B
Complementary color
Monochromatic Colors of #654E3B
Black with #654E3B
Text Example
Text Example
White with #654E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E3B; }
p { color: rgb(101,78,59); }
H1.HeaderClassName
{
color: #654E3B;
}
.AnyTagClassName
{
color: #654E3B;
}
</style>
background-color css
<style>
a { background-color: #654E3B; }
a { background-color: rgb(101,78,59); }
div.DivClassName
{
background-color: #654E3B;
}
.BgClassName
{
background-color: #654E3B;
}
</style>
border-color css
<style>
span { border-color: #654E3B; }
span { border-color: rgb(101,78,59); }
td.TdClassName
{
border-color: #654E3B;
}
.TagClassName
{
border-color: #654E3B;
}
</style>