Shades of Jambalaya #694F37
Tints of Jambalaya #694F37
RGB
CMYK
RGB Variations
Color information
#694F37 (or 0x694F37) is known color: Jambalaya. HEX triplet: 69, 4F and 37. RGB value is (105,79,55). Sum of RGB (Red+Green+Blue) = 105+79+55=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #694F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F37 is #96B0C8. Grayscale: #545454. Windows color (decimal): -9875657 or 3624809. OLE color: 3624809.
HSL color Cylindrical-coordinate representation of color #694F37: hue angle of 28.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #694F37 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 55 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.59 |
| HSL | 28.8º | 0.31% | 0.31% | - |
| HSV(B) | 28.8º | 0.48% | 0.41% | - |
| XYZ | 9.31 | 8.87 | 4.84 | - |
| YUV | 84.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 55 | 0 | 0.25 | 0.48 | 0.59 | 28.8 | 0.31 | 0.31 |
| Hex | 69 | 4F | 37 | 0 | 19 | 30 | 3B | 1D | 1F | 1F |
| Octal | 151 | 117 | 67 | 0 | 31 | 60 | 73 | 35 | 37 | 37 |
| Binary | 1101001 | 1001111 | 110111 | 0 | 11001 | 110000 | 111011 | 11101 | 11111 | 11111 |
Color Harmonies of #694F37
Complementary color
Monochromatic Colors of #694F37
Black with #694F37
Text Example
Text Example
White with #694F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F37; }
p { color: rgb(105,79,55); }
H1.HeaderClassName
{
color: #694F37;
}
.AnyTagClassName
{
color: #694F37;
}
</style>
background-color css
<style>
a { background-color: #694F37; }
a { background-color: rgb(105,79,55); }
div.DivClassName
{
background-color: #694F37;
}
.BgClassName
{
background-color: #694F37;
}
</style>
border-color css
<style>
span { border-color: #694F37; }
span { border-color: rgb(105,79,55); }
td.TdClassName
{
border-color: #694F37;
}
.TagClassName
{
border-color: #694F37;
}
</style>