Shades of Jambalaya #664932
Tints of Jambalaya #664932
RGB
CMYK
RGB Variations
Color information
#664932 (or 0x664932) is known color: Jambalaya. HEX triplet: 66, 49 and 32. RGB value is (102,73,50). Sum of RGB (Red+Green+Blue) = 102+73+50=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664932 is #99B6CD. Grayscale: #4F4F4F. Windows color (decimal): -10073806 or 3295590. OLE color: 3295590.
HSL color Cylindrical-coordinate representation of color #664932: hue angle of 26.54º 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 #664932 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 50 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.6 |
| HSL | 26.54º | 0.34% | 0.3% | - |
| HSV(B) | 26.54º | 0.51% | 0.4% | - |
| XYZ | 8.44 | 7.82 | 4.08 | - |
| YUV | 79.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 50 | 0 | 0.28 | 0.51 | 0.6 | 26.54 | 0.34 | 0.3 |
| Hex | 66 | 49 | 32 | 0 | 1C | 33 | 3C | 1B | 22 | 1E |
| Octal | 146 | 111 | 62 | 0 | 34 | 63 | 74 | 33 | 42 | 36 |
| Binary | 1100110 | 1001001 | 110010 | 0 | 11100 | 110011 | 111100 | 11011 | 100010 | 11110 |
Color Harmonies of #664932
Complementary color
Monochromatic Colors of #664932
Black with #664932
Text Example
Text Example
White with #664932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664932; }
p { color: rgb(102,73,50); }
H1.HeaderClassName
{
color: #664932;
}
.AnyTagClassName
{
color: #664932;
}
</style>
background-color css
<style>
a { background-color: #664932; }
a { background-color: rgb(102,73,50); }
div.DivClassName
{
background-color: #664932;
}
.BgClassName
{
background-color: #664932;
}
</style>
border-color css
<style>
span { border-color: #664932; }
span { border-color: rgb(102,73,50); }
td.TdClassName
{
border-color: #664932;
}
.TagClassName
{
border-color: #664932;
}
</style>