Shades of Jambalaya #664832
Tints of Jambalaya #664832
RGB
CMYK
RGB Variations
Color information
#664832 (or 0x664832) is known color: Jambalaya. HEX triplet: 66, 48 and 32. RGB value is (102,72,50). Sum of RGB (Red+Green+Blue) = 102+72+50=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664832 is #99B7CD. Grayscale: #4E4E4E. Windows color (decimal): -10074062 or 3295334. OLE color: 3295334.
HSL color Cylindrical-coordinate representation of color #664832: hue angle of 25.38º 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 #664832 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 50 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.6 |
| HSL | 25.38º | 0.34% | 0.3% | - |
| HSV(B) | 25.38º | 0.51% | 0.4% | - |
| XYZ | 8.37 | 7.69 | 4.06 | - |
| YUV | 78.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 50 | 0 | 0.29 | 0.51 | 0.6 | 25.38 | 0.34 | 0.3 |
| Hex | 66 | 48 | 32 | 0 | 1D | 33 | 3C | 19 | 22 | 1E |
| Octal | 146 | 110 | 62 | 0 | 35 | 63 | 74 | 31 | 42 | 36 |
| Binary | 1100110 | 1001000 | 110010 | 0 | 11101 | 110011 | 111100 | 11001 | 100010 | 11110 |
Color Harmonies of #664832
Complementary color
Monochromatic Colors of #664832
Black with #664832
Text Example
Text Example
White with #664832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664832; }
p { color: rgb(102,72,50); }
H1.HeaderClassName
{
color: #664832;
}
.AnyTagClassName
{
color: #664832;
}
</style>
background-color css
<style>
a { background-color: #664832; }
a { background-color: rgb(102,72,50); }
div.DivClassName
{
background-color: #664832;
}
.BgClassName
{
background-color: #664832;
}
</style>
border-color css
<style>
span { border-color: #664832; }
span { border-color: rgb(102,72,50); }
td.TdClassName
{
border-color: #664832;
}
.TagClassName
{
border-color: #664832;
}
</style>