Shades of Jambalaya #664232
Tints of Jambalaya #664232
RGB
CMYK
RGB Variations
Color information
#664232 (or 0x664232) is known color: Jambalaya. HEX triplet: 66, 42 and 32. RGB value is (102,66,50). Sum of RGB (Red+Green+Blue) = 102+66+50=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #664232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664232 is #99BDCD. Grayscale: #4B4B4B. Windows color (decimal): -10075598 or 3293798. OLE color: 3293798.
HSL color Cylindrical-coordinate representation of color #664232: hue angle of 18.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664232 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 50 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.6 |
| HSL | 18.46º | 0.34% | 0.3% | - |
| HSV(B) | 18.46º | 0.51% | 0.4% | - |
| XYZ | 8 | 6.95 | 3.94 | - |
| YUV | 74.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 50 | 0 | 0.35 | 0.51 | 0.6 | 18.46 | 0.34 | 0.3 |
| Hex | 66 | 42 | 32 | 0 | 23 | 33 | 3C | 12 | 22 | 1E |
| Octal | 146 | 102 | 62 | 0 | 43 | 63 | 74 | 22 | 42 | 36 |
| Binary | 1100110 | 1000010 | 110010 | 0 | 100011 | 110011 | 111100 | 10010 | 100010 | 11110 |
Color Harmonies of #664232
Complementary color
Monochromatic Colors of #664232
Black with #664232
Text Example
Text Example
White with #664232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664232; }
p { color: rgb(102,66,50); }
H1.HeaderClassName
{
color: #664232;
}
.AnyTagClassName
{
color: #664232;
}
</style>
background-color css
<style>
a { background-color: #664232; }
a { background-color: rgb(102,66,50); }
div.DivClassName
{
background-color: #664232;
}
.BgClassName
{
background-color: #664232;
}
</style>
border-color css
<style>
span { border-color: #664232; }
span { border-color: rgb(102,66,50); }
td.TdClassName
{
border-color: #664232;
}
.TagClassName
{
border-color: #664232;
}
</style>