Shades of Jambalaya #684633
Tints of Jambalaya #684633
RGB
CMYK
RGB Variations
Color information
#684633 (or 0x684633) is known color: Jambalaya. HEX triplet: 68, 46 and 33. RGB value is (104,70,51). Sum of RGB (Red+Green+Blue) = 104+70+51=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684633 is #97B9CC. Grayscale: #4E4E4E. Windows color (decimal): -9943501 or 3360360. OLE color: 3360360.
HSL color Cylindrical-coordinate representation of color #684633: hue angle of 21.51º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684633 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 51 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.59 |
| HSL | 21.51º | 0.34% | 0.3% | - |
| HSV(B) | 21.51º | 0.51% | 0.41% | - |
| XYZ | 8.5 | 7.56 | 4.14 | - |
| YUV | 78 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 51 | 0 | 0.33 | 0.51 | 0.59 | 21.51 | 0.34 | 0.3 |
| Hex | 68 | 46 | 33 | 0 | 21 | 33 | 3B | 16 | 22 | 1E |
| Octal | 150 | 106 | 63 | 0 | 41 | 63 | 73 | 26 | 42 | 36 |
| Binary | 1101000 | 1000110 | 110011 | 0 | 100001 | 110011 | 111011 | 10110 | 100010 | 11110 |
Color Harmonies of #684633
Complementary color
Monochromatic Colors of #684633
Black with #684633
Text Example
Text Example
White with #684633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684633; }
p { color: rgb(104,70,51); }
H1.HeaderClassName
{
color: #684633;
}
.AnyTagClassName
{
color: #684633;
}
</style>
background-color css
<style>
a { background-color: #684633; }
a { background-color: rgb(104,70,51); }
div.DivClassName
{
background-color: #684633;
}
.BgClassName
{
background-color: #684633;
}
</style>
border-color css
<style>
span { border-color: #684633; }
span { border-color: rgb(104,70,51); }
td.TdClassName
{
border-color: #684633;
}
.TagClassName
{
border-color: #684633;
}
</style>