Shades of Jambalaya #684331
Tints of Jambalaya #684331
RGB
CMYK
RGB Variations
Color information
#684331 (or 0x684331) is known color: Jambalaya. HEX triplet: 68, 43 and 31. RGB value is (104,67,49). Sum of RGB (Red+Green+Blue) = 104+67+49=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684331 is #97BCCE. Grayscale: #4C4C4C. Windows color (decimal): -9944271 or 3228520. OLE color: 3228520.
HSL color Cylindrical-coordinate representation of color #684331: hue angle of 19.64º 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 #684331 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 49 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.59 |
| HSL | 19.64º | 0.36% | 0.3% | - |
| HSV(B) | 19.64º | 0.53% | 0.41% | - |
| XYZ | 8.27 | 7.18 | 3.86 | - |
| YUV | 76.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 49 | 0 | 0.36 | 0.53 | 0.59 | 19.64 | 0.36 | 0.3 |
| Hex | 68 | 43 | 31 | 0 | 24 | 35 | 3B | 14 | 24 | 1E |
| Octal | 150 | 103 | 61 | 0 | 44 | 65 | 73 | 24 | 44 | 36 |
| Binary | 1101000 | 1000011 | 110001 | 0 | 100100 | 110101 | 111011 | 10100 | 100100 | 11110 |
Color Harmonies of #684331
Complementary color
Monochromatic Colors of #684331
Black with #684331
Text Example
Text Example
White with #684331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684331; }
p { color: rgb(104,67,49); }
H1.HeaderClassName
{
color: #684331;
}
.AnyTagClassName
{
color: #684331;
}
</style>
background-color css
<style>
a { background-color: #684331; }
a { background-color: rgb(104,67,49); }
div.DivClassName
{
background-color: #684331;
}
.BgClassName
{
background-color: #684331;
}
</style>
border-color css
<style>
span { border-color: #684331; }
span { border-color: rgb(104,67,49); }
td.TdClassName
{
border-color: #684331;
}
.TagClassName
{
border-color: #684331;
}
</style>