Shades of Jambalaya #684233
Tints of Jambalaya #684233
RGB
CMYK
RGB Variations
Color information
#684233 (or 0x684233) is known color: Jambalaya. HEX triplet: 68, 42 and 33. RGB value is (104,66,51). Sum of RGB (Red+Green+Blue) = 104+66+51=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684233 is #97BDCC. Grayscale: #4B4B4B. Windows color (decimal): -9944525 or 3359336. OLE color: 3359336.
HSL color Cylindrical-coordinate representation of color #684233: hue angle of 16.98º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684233 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 51 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.59 |
| HSL | 16.98º | 0.34% | 0.3% | - |
| HSV(B) | 16.98º | 0.51% | 0.41% | - |
| XYZ | 8.25 | 7.08 | 4.06 | - |
| YUV | 75.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 51 | 0 | 0.37 | 0.51 | 0.59 | 16.98 | 0.34 | 0.3 |
| Hex | 68 | 42 | 33 | 0 | 25 | 33 | 3B | 11 | 22 | 1E |
| Octal | 150 | 102 | 63 | 0 | 45 | 63 | 73 | 21 | 42 | 36 |
| Binary | 1101000 | 1000010 | 110011 | 0 | 100101 | 110011 | 111011 | 10001 | 100010 | 11110 |
Color Harmonies of #684233
Complementary color
Monochromatic Colors of #684233
Black with #684233
Text Example
Text Example
White with #684233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684233; }
p { color: rgb(104,66,51); }
H1.HeaderClassName
{
color: #684233;
}
.AnyTagClassName
{
color: #684233;
}
</style>
background-color css
<style>
a { background-color: #684233; }
a { background-color: rgb(104,66,51); }
div.DivClassName
{
background-color: #684233;
}
.BgClassName
{
background-color: #684233;
}
</style>
border-color css
<style>
span { border-color: #684233; }
span { border-color: rgb(104,66,51); }
td.TdClassName
{
border-color: #684233;
}
.TagClassName
{
border-color: #684233;
}
</style>