Shades of Jambalaya #664E3B
Tints of Jambalaya #664E3B
RGB
CMYK
RGB Variations
Color information
#664E3B (or 0x664E3B) is known color: Jambalaya. HEX triplet: 66, 4E and 3B. RGB value is (102,78,59). Sum of RGB (Red+Green+Blue) = 102+78+59=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E3B is #99B1C4. Grayscale: #535353. Windows color (decimal): -10072517 or 3886694. OLE color: 3886694.
HSL color Cylindrical-coordinate representation of color #664E3B: hue angle of 26.51º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664E3B is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 59 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.6 |
| HSL | 26.51º | 0.27% | 0.32% | - |
| HSV(B) | 26.51º | 0.42% | 0.4% | - |
| XYZ | 8.99 | 8.59 | 5.32 | - |
| YUV | 83.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 59 | 0 | 0.24 | 0.42 | 0.6 | 26.51 | 0.27 | 0.32 |
| Hex | 66 | 4E | 3B | 0 | 18 | 2A | 3C | 1B | 1B | 20 |
| Octal | 146 | 116 | 73 | 0 | 30 | 52 | 74 | 33 | 33 | 40 |
| Binary | 1100110 | 1001110 | 111011 | 0 | 11000 | 101010 | 111100 | 11011 | 11011 | 100000 |
Color Harmonies of #664E3B
Complementary color
Monochromatic Colors of #664E3B
Black with #664E3B
Text Example
Text Example
White with #664E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E3B; }
p { color: rgb(102,78,59); }
H1.HeaderClassName
{
color: #664E3B;
}
.AnyTagClassName
{
color: #664E3B;
}
</style>
background-color css
<style>
a { background-color: #664E3B; }
a { background-color: rgb(102,78,59); }
div.DivClassName
{
background-color: #664E3B;
}
.BgClassName
{
background-color: #664E3B;
}
</style>
border-color css
<style>
span { border-color: #664E3B; }
span { border-color: rgb(102,78,59); }
td.TdClassName
{
border-color: #664E3B;
}
.TagClassName
{
border-color: #664E3B;
}
</style>