Shades of Jambalaya #684939
Tints of Jambalaya #684939
RGB
CMYK
RGB Variations
Color information
#684939 (or 0x684939) is known color: Jambalaya. HEX triplet: 68, 49 and 39. RGB value is (104,73,57). Sum of RGB (Red+Green+Blue) = 104+73+57=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684939 is #97B6C6. Grayscale: #505050. Windows color (decimal): -9942727 or 3754344. OLE color: 3754344.
HSL color Cylindrical-coordinate representation of color #684939: hue angle of 20.43º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684939 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 57 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.59 |
| HSL | 20.43º | 0.29% | 0.32% | - |
| HSV(B) | 20.43º | 0.45% | 0.41% | - |
| XYZ | 8.83 | 8 | 4.95 | - |
| YUV | 80.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 57 | 0 | 0.30 | 0.45 | 0.59 | 20.43 | 0.29 | 0.32 |
| Hex | 68 | 49 | 39 | 0 | 1E | 2D | 3B | 14 | 1D | 20 |
| Octal | 150 | 111 | 71 | 0 | 36 | 55 | 73 | 24 | 35 | 40 |
| Binary | 1101000 | 1001001 | 111001 | 0 | 11110 | 101101 | 111011 | 10100 | 11101 | 100000 |
Color Harmonies of #684939
Complementary color
Monochromatic Colors of #684939
Black with #684939
Text Example
Text Example
White with #684939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684939; }
p { color: rgb(104,73,57); }
H1.HeaderClassName
{
color: #684939;
}
.AnyTagClassName
{
color: #684939;
}
</style>
background-color css
<style>
a { background-color: #684939; }
a { background-color: rgb(104,73,57); }
div.DivClassName
{
background-color: #684939;
}
.BgClassName
{
background-color: #684939;
}
</style>
border-color css
<style>
span { border-color: #684939; }
span { border-color: rgb(104,73,57); }
td.TdClassName
{
border-color: #684939;
}
.TagClassName
{
border-color: #684939;
}
</style>