Shades of Jambalaya #664532
Tints of Jambalaya #664532
RGB
CMYK
RGB Variations
Color information
#664532 (or 0x664532) is known color: Jambalaya. HEX triplet: 66, 45 and 32. RGB value is (102,69,50). Sum of RGB (Red+Green+Blue) = 102+69+50=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664532 is #99BACD. Grayscale: #4C4C4C. Windows color (decimal): -10074830 or 3294566. OLE color: 3294566.
HSL color Cylindrical-coordinate representation of color #664532: hue angle of 21.92º 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 #664532 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 50 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.6 |
| HSL | 21.92º | 0.34% | 0.3% | - |
| HSV(B) | 21.92º | 0.51% | 0.4% | - |
| XYZ | 8.18 | 7.31 | 4 | - |
| YUV | 76.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 50 | 0 | 0.32 | 0.51 | 0.6 | 21.92 | 0.34 | 0.3 |
| Hex | 66 | 45 | 32 | 0 | 20 | 33 | 3C | 16 | 22 | 1E |
| Octal | 146 | 105 | 62 | 0 | 40 | 63 | 74 | 26 | 42 | 36 |
| Binary | 1100110 | 1000101 | 110010 | 0 | 100000 | 110011 | 111100 | 10110 | 100010 | 11110 |
Color Harmonies of #664532
Complementary color
Monochromatic Colors of #664532
Black with #664532
Text Example
Text Example
White with #664532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664532; }
p { color: rgb(102,69,50); }
H1.HeaderClassName
{
color: #664532;
}
.AnyTagClassName
{
color: #664532;
}
</style>
background-color css
<style>
a { background-color: #664532; }
a { background-color: rgb(102,69,50); }
div.DivClassName
{
background-color: #664532;
}
.BgClassName
{
background-color: #664532;
}
</style>
border-color css
<style>
span { border-color: #664532; }
span { border-color: rgb(102,69,50); }
td.TdClassName
{
border-color: #664532;
}
.TagClassName
{
border-color: #664532;
}
</style>