Shades of Jambalaya #664833
Tints of Jambalaya #664833
RGB
CMYK
RGB Variations
Color information
#664833 (or 0x664833) is known color: Jambalaya. HEX triplet: 66, 48 and 33. RGB value is (102,72,51). Sum of RGB (Red+Green+Blue) = 102+72+51=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664833 is #99B7CC. Grayscale: #4E4E4E. Windows color (decimal): -10074061 or 3360870. OLE color: 3360870.
HSL color Cylindrical-coordinate representation of color #664833: hue angle of 24.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664833 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 51 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.6 |
| HSL | 24.71º | 0.33% | 0.3% | - |
| HSV(B) | 24.71º | 0.5% | 0.4% | - |
| XYZ | 8.39 | 7.7 | 4.18 | - |
| YUV | 78.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 51 | 0 | 0.29 | 0.5 | 0.6 | 24.71 | 0.33 | 0.3 |
| Hex | 66 | 48 | 33 | 0 | 1D | 32 | 3C | 19 | 21 | 1E |
| Octal | 146 | 110 | 63 | 0 | 35 | 62 | 74 | 31 | 41 | 36 |
| Binary | 1100110 | 1001000 | 110011 | 0 | 11101 | 110010 | 111100 | 11001 | 100001 | 11110 |
Color Harmonies of #664833
Complementary color
Monochromatic Colors of #664833
Black with #664833
Text Example
Text Example
White with #664833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664833; }
p { color: rgb(102,72,51); }
H1.HeaderClassName
{
color: #664833;
}
.AnyTagClassName
{
color: #664833;
}
</style>
background-color css
<style>
a { background-color: #664833; }
a { background-color: rgb(102,72,51); }
div.DivClassName
{
background-color: #664833;
}
.BgClassName
{
background-color: #664833;
}
</style>
border-color css
<style>
span { border-color: #664833; }
span { border-color: rgb(102,72,51); }
td.TdClassName
{
border-color: #664833;
}
.TagClassName
{
border-color: #664833;
}
</style>