Shades of Jambalaya #684D36
Tints of Jambalaya #684D36
RGB
CMYK
RGB Variations
Color information
#684D36 (or 0x684D36) is known color: Jambalaya. HEX triplet: 68, 4D and 36. RGB value is (104,77,54). Sum of RGB (Red+Green+Blue) = 104+77+54=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D36 is #97B2C9. Grayscale: #525252. Windows color (decimal): -9941706 or 3558760. OLE color: 3558760.
HSL color Cylindrical-coordinate representation of color #684D36: hue angle of 27.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #684D36 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 54 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.59 |
| HSL | 27.6º | 0.32% | 0.31% | - |
| HSV(B) | 27.6º | 0.48% | 0.41% | - |
| XYZ | 9.03 | 8.52 | 4.66 | - |
| YUV | 82.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 54 | 0 | 0.26 | 0.48 | 0.59 | 27.6 | 0.32 | 0.31 |
| Hex | 68 | 4D | 36 | 0 | 1A | 30 | 3B | 1C | 20 | 1F |
| Octal | 150 | 115 | 66 | 0 | 32 | 60 | 73 | 34 | 40 | 37 |
| Binary | 1101000 | 1001101 | 110110 | 0 | 11010 | 110000 | 111011 | 11100 | 100000 | 11111 |
Color Harmonies of #684D36
Complementary color
Monochromatic Colors of #684D36
Black with #684D36
Text Example
Text Example
White with #684D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D36; }
p { color: rgb(104,77,54); }
H1.HeaderClassName
{
color: #684D36;
}
.AnyTagClassName
{
color: #684D36;
}
</style>
background-color css
<style>
a { background-color: #684D36; }
a { background-color: rgb(104,77,54); }
div.DivClassName
{
background-color: #684D36;
}
.BgClassName
{
background-color: #684D36;
}
</style>
border-color css
<style>
span { border-color: #684D36; }
span { border-color: rgb(104,77,54); }
td.TdClassName
{
border-color: #684D36;
}
.TagClassName
{
border-color: #684D36;
}
</style>