Shades of Jambalaya #664633
Tints of Jambalaya #664633
RGB
CMYK
RGB Variations
Color information
#664633 (or 0x664633) is known color: Jambalaya. HEX triplet: 66, 46 and 33. RGB value is (102,70,51). Sum of RGB (Red+Green+Blue) = 102+70+51=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664633 is #99B9CC. Grayscale: #4D4D4D. Windows color (decimal): -10074573 or 3360358. OLE color: 3360358.
HSL color Cylindrical-coordinate representation of color #664633: hue angle of 22.35º 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 #664633 is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 51 | - |
| CMYK | 0 | 0.31 | 0.5 | 0.6 |
| HSL | 22.35º | 0.33% | 0.3% | - |
| HSV(B) | 22.35º | 0.5% | 0.4% | - |
| XYZ | 8.27 | 7.44 | 4.13 | - |
| YUV | 77.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 51 | 0 | 0.31 | 0.5 | 0.6 | 22.35 | 0.33 | 0.3 |
| Hex | 66 | 46 | 33 | 0 | 1F | 32 | 3C | 16 | 21 | 1E |
| Octal | 146 | 106 | 63 | 0 | 37 | 62 | 74 | 26 | 41 | 36 |
| Binary | 1100110 | 1000110 | 110011 | 0 | 11111 | 110010 | 111100 | 10110 | 100001 | 11110 |
Color Harmonies of #664633
Complementary color
Monochromatic Colors of #664633
Black with #664633
Text Example
Text Example
White with #664633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664633; }
p { color: rgb(102,70,51); }
H1.HeaderClassName
{
color: #664633;
}
.AnyTagClassName
{
color: #664633;
}
</style>
background-color css
<style>
a { background-color: #664633; }
a { background-color: rgb(102,70,51); }
div.DivClassName
{
background-color: #664633;
}
.BgClassName
{
background-color: #664633;
}
</style>
border-color css
<style>
span { border-color: #664633; }
span { border-color: rgb(102,70,51); }
td.TdClassName
{
border-color: #664633;
}
.TagClassName
{
border-color: #664633;
}
</style>