Shades of Jambalaya #684531
Tints of Jambalaya #684531
RGB
CMYK
RGB Variations
Color information
#684531 (or 0x684531) is known color: Jambalaya. HEX triplet: 68, 45 and 31. RGB value is (104,69,49). Sum of RGB (Red+Green+Blue) = 104+69+49=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #684531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684531 is #97BACE. Grayscale: #4D4D4D. Windows color (decimal): -9943759 or 3229032. OLE color: 3229032.
HSL color Cylindrical-coordinate representation of color #684531: hue angle of 21.82º 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 #684531 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 49 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.59 |
| HSL | 21.82º | 0.36% | 0.3% | - |
| HSV(B) | 21.82º | 0.53% | 0.41% | - |
| XYZ | 8.39 | 7.42 | 3.9 | - |
| YUV | 77.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 49 | 0 | 0.34 | 0.53 | 0.59 | 21.82 | 0.36 | 0.3 |
| Hex | 68 | 45 | 31 | 0 | 22 | 35 | 3B | 16 | 24 | 1E |
| Octal | 150 | 105 | 61 | 0 | 42 | 65 | 73 | 26 | 44 | 36 |
| Binary | 1101000 | 1000101 | 110001 | 0 | 100010 | 110101 | 111011 | 10110 | 100100 | 11110 |
Color Harmonies of #684531
Complementary color
Monochromatic Colors of #684531
Black with #684531
Text Example
Text Example
White with #684531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684531; }
p { color: rgb(104,69,49); }
H1.HeaderClassName
{
color: #684531;
}
.AnyTagClassName
{
color: #684531;
}
</style>
background-color css
<style>
a { background-color: #684531; }
a { background-color: rgb(104,69,49); }
div.DivClassName
{
background-color: #684531;
}
.BgClassName
{
background-color: #684531;
}
</style>
border-color css
<style>
span { border-color: #684531; }
span { border-color: rgb(104,69,49); }
td.TdClassName
{
border-color: #684531;
}
.TagClassName
{
border-color: #684531;
}
</style>