Shades of Jambalaya #684831
Tints of Jambalaya #684831
RGB
CMYK
RGB Variations
Color information
#684831 (or 0x684831) is known color: Jambalaya. HEX triplet: 68, 48 and 31. RGB value is (104,72,49). Sum of RGB (Red+Green+Blue) = 104+72+49=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684831 is #97B7CE. Grayscale: #4F4F4F. Windows color (decimal): -9942991 or 3229800. OLE color: 3229800.
HSL color Cylindrical-coordinate representation of color #684831: hue angle of 25.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684831 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 49 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.59 |
| HSL | 25.09º | 0.36% | 0.3% | - |
| HSV(B) | 25.09º | 0.53% | 0.41% | - |
| XYZ | 8.58 | 7.8 | 3.96 | - |
| YUV | 78.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 49 | 0 | 0.31 | 0.53 | 0.59 | 25.09 | 0.36 | 0.3 |
| Hex | 68 | 48 | 31 | 0 | 1F | 35 | 3B | 19 | 24 | 1E |
| Octal | 150 | 110 | 61 | 0 | 37 | 65 | 73 | 31 | 44 | 36 |
| Binary | 1101000 | 1001000 | 110001 | 0 | 11111 | 110101 | 111011 | 11001 | 100100 | 11110 |
Color Harmonies of #684831
Complementary color
Monochromatic Colors of #684831
Black with #684831
Text Example
Text Example
White with #684831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684831; }
p { color: rgb(104,72,49); }
H1.HeaderClassName
{
color: #684831;
}
.AnyTagClassName
{
color: #684831;
}
</style>
background-color css
<style>
a { background-color: #684831; }
a { background-color: rgb(104,72,49); }
div.DivClassName
{
background-color: #684831;
}
.BgClassName
{
background-color: #684831;
}
</style>
border-color css
<style>
span { border-color: #684831; }
span { border-color: rgb(104,72,49); }
td.TdClassName
{
border-color: #684831;
}
.TagClassName
{
border-color: #684831;
}
</style>