Shades of Jambalaya #684739
Tints of Jambalaya #684739
RGB
CMYK
RGB Variations
Color information
#684739 (or 0x684739) is known color: Jambalaya. HEX triplet: 68, 47 and 39. RGB value is (104,71,57). Sum of RGB (Red+Green+Blue) = 104+71+57=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684739 is #97B8C6. Grayscale: #4F4F4F. Windows color (decimal): -9943239 or 3753832. OLE color: 3753832.
HSL color Cylindrical-coordinate representation of color #684739: hue angle of 17.87º 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 #684739 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 57 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.59 |
| HSL | 17.87º | 0.29% | 0.32% | - |
| HSV(B) | 17.87º | 0.45% | 0.41% | - |
| XYZ | 8.7 | 7.74 | 4.91 | - |
| YUV | 79.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 57 | 0 | 0.32 | 0.45 | 0.59 | 17.87 | 0.29 | 0.32 |
| Hex | 68 | 47 | 39 | 0 | 20 | 2D | 3B | 12 | 1D | 20 |
| Octal | 150 | 107 | 71 | 0 | 40 | 55 | 73 | 22 | 35 | 40 |
| Binary | 1101000 | 1000111 | 111001 | 0 | 100000 | 101101 | 111011 | 10010 | 11101 | 100000 |
Color Harmonies of #684739
Complementary color
Monochromatic Colors of #684739
Black with #684739
Text Example
Text Example
White with #684739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684739; }
p { color: rgb(104,71,57); }
H1.HeaderClassName
{
color: #684739;
}
.AnyTagClassName
{
color: #684739;
}
</style>
background-color css
<style>
a { background-color: #684739; }
a { background-color: rgb(104,71,57); }
div.DivClassName
{
background-color: #684739;
}
.BgClassName
{
background-color: #684739;
}
</style>
border-color css
<style>
span { border-color: #684739; }
span { border-color: rgb(104,71,57); }
td.TdClassName
{
border-color: #684739;
}
.TagClassName
{
border-color: #684739;
}
</style>