Shades of Jambalaya #684932
Tints of Jambalaya #684932
RGB
CMYK
RGB Variations
Color information
#684932 (or 0x684932) is known color: Jambalaya. HEX triplet: 68, 49 and 32. RGB value is (104,73,50). Sum of RGB (Red+Green+Blue) = 104+73+50=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684932 is #97B6CD. Grayscale: #4F4F4F. Windows color (decimal): -9942734 or 3295592. OLE color: 3295592.
HSL color Cylindrical-coordinate representation of color #684932: hue angle of 25.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684932 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 50 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.59 |
| HSL | 25.56º | 0.35% | 0.3% | - |
| HSV(B) | 25.56º | 0.52% | 0.41% | - |
| XYZ | 8.67 | 7.94 | 4.09 | - |
| YUV | 79.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 50 | 0 | 0.30 | 0.52 | 0.59 | 25.56 | 0.35 | 0.3 |
| Hex | 68 | 49 | 32 | 0 | 1E | 34 | 3B | 1A | 23 | 1E |
| Octal | 150 | 111 | 62 | 0 | 36 | 64 | 73 | 32 | 43 | 36 |
| Binary | 1101000 | 1001001 | 110010 | 0 | 11110 | 110100 | 111011 | 11010 | 100011 | 11110 |
Color Harmonies of #684932
Complementary color
Monochromatic Colors of #684932
Black with #684932
Text Example
Text Example
White with #684932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684932; }
p { color: rgb(104,73,50); }
H1.HeaderClassName
{
color: #684932;
}
.AnyTagClassName
{
color: #684932;
}
</style>
background-color css
<style>
a { background-color: #684932; }
a { background-color: rgb(104,73,50); }
div.DivClassName
{
background-color: #684932;
}
.BgClassName
{
background-color: #684932;
}
</style>
border-color css
<style>
span { border-color: #684932; }
span { border-color: rgb(104,73,50); }
td.TdClassName
{
border-color: #684932;
}
.TagClassName
{
border-color: #684932;
}
</style>