Shades of Jambalaya #684D38
Tints of Jambalaya #684D38
RGB
CMYK
RGB Variations
Color information
#684D38 (or 0x684D38) is known color: Jambalaya. HEX triplet: 68, 4D and 38. RGB value is (104,77,56). Sum of RGB (Red+Green+Blue) = 104+77+56=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D38 is #97B2C7. Grayscale: #525252. Windows color (decimal): -9941704 or 3689832. OLE color: 3689832.
HSL color Cylindrical-coordinate representation of color #684D38: hue angle of 26.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #684D38 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 56 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.59 |
| HSL | 26.25º | 0.3% | 0.31% | - |
| HSV(B) | 26.25º | 0.46% | 0.41% | - |
| XYZ | 9.08 | 8.54 | 4.91 | - |
| YUV | 82.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 56 | 0 | 0.26 | 0.46 | 0.59 | 26.25 | 0.3 | 0.31 |
| Hex | 68 | 4D | 38 | 0 | 1A | 2E | 3B | 1A | 1E | 1F |
| Octal | 150 | 115 | 70 | 0 | 32 | 56 | 73 | 32 | 36 | 37 |
| Binary | 1101000 | 1001101 | 111000 | 0 | 11010 | 101110 | 111011 | 11010 | 11110 | 11111 |
Color Harmonies of #684D38
Complementary color
Monochromatic Colors of #684D38
Black with #684D38
Text Example
Text Example
White with #684D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D38; }
p { color: rgb(104,77,56); }
H1.HeaderClassName
{
color: #684D38;
}
.AnyTagClassName
{
color: #684D38;
}
</style>
background-color css
<style>
a { background-color: #684D38; }
a { background-color: rgb(104,77,56); }
div.DivClassName
{
background-color: #684D38;
}
.BgClassName
{
background-color: #684D38;
}
</style>
border-color css
<style>
span { border-color: #684D38; }
span { border-color: rgb(104,77,56); }
td.TdClassName
{
border-color: #684D38;
}
.TagClassName
{
border-color: #684D38;
}
</style>