Shades of Jambalaya #684733
Tints of Jambalaya #684733
RGB
CMYK
RGB Variations
Color information
#684733 (or 0x684733) is known color: Jambalaya. HEX triplet: 68, 47 and 33. RGB value is (104,71,51). Sum of RGB (Red+Green+Blue) = 104+71+51=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684733 is #97B8CC. Grayscale: #4E4E4E. Windows color (decimal): -9943245 or 3360616. OLE color: 3360616.
HSL color Cylindrical-coordinate representation of color #684733: hue angle of 22.64º 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 #684733 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 51 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.59 |
| HSL | 22.64º | 0.34% | 0.3% | - |
| HSV(B) | 22.64º | 0.51% | 0.41% | - |
| XYZ | 8.56 | 7.69 | 4.16 | - |
| YUV | 78.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 51 | 0 | 0.32 | 0.51 | 0.59 | 22.64 | 0.34 | 0.3 |
| Hex | 68 | 47 | 33 | 0 | 20 | 33 | 3B | 17 | 22 | 1E |
| Octal | 150 | 107 | 63 | 0 | 40 | 63 | 73 | 27 | 42 | 36 |
| Binary | 1101000 | 1000111 | 110011 | 0 | 100000 | 110011 | 111011 | 10111 | 100010 | 11110 |
Color Harmonies of #684733
Complementary color
Monochromatic Colors of #684733
Black with #684733
Text Example
Text Example
White with #684733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684733; }
p { color: rgb(104,71,51); }
H1.HeaderClassName
{
color: #684733;
}
.AnyTagClassName
{
color: #684733;
}
</style>
background-color css
<style>
a { background-color: #684733; }
a { background-color: rgb(104,71,51); }
div.DivClassName
{
background-color: #684733;
}
.BgClassName
{
background-color: #684733;
}
</style>
border-color css
<style>
span { border-color: #684733; }
span { border-color: rgb(104,71,51); }
td.TdClassName
{
border-color: #684733;
}
.TagClassName
{
border-color: #684733;
}
</style>