Shades of Jambalaya #694A37
Tints of Jambalaya #694A37
RGB
CMYK
RGB Variations
Color information
#694A37 (or 0x694A37) is known color: Jambalaya. HEX triplet: 69, 4A and 37. RGB value is (105,74,55). Sum of RGB (Red+Green+Blue) = 105+74+55=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #694A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A37 is #96B5C8. Grayscale: #515151. Windows color (decimal): -9876937 or 3623529. OLE color: 3623529.
HSL color Cylindrical-coordinate representation of color #694A37: hue angle of 22.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 #694A37 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 55 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.59 |
| HSL | 22.8º | 0.31% | 0.31% | - |
| HSV(B) | 22.8º | 0.48% | 0.41% | - |
| XYZ | 8.96 | 8.18 | 4.72 | - |
| YUV | 81.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 55 | 0 | 0.30 | 0.48 | 0.59 | 22.8 | 0.31 | 0.31 |
| Hex | 69 | 4A | 37 | 0 | 1E | 30 | 3B | 17 | 1F | 1F |
| Octal | 151 | 112 | 67 | 0 | 36 | 60 | 73 | 27 | 37 | 37 |
| Binary | 1101001 | 1001010 | 110111 | 0 | 11110 | 110000 | 111011 | 10111 | 11111 | 11111 |
Color Harmonies of #694A37
Complementary color
Monochromatic Colors of #694A37
Black with #694A37
Text Example
Text Example
White with #694A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A37; }
p { color: rgb(105,74,55); }
H1.HeaderClassName
{
color: #694A37;
}
.AnyTagClassName
{
color: #694A37;
}
</style>
background-color css
<style>
a { background-color: #694A37; }
a { background-color: rgb(105,74,55); }
div.DivClassName
{
background-color: #694A37;
}
.BgClassName
{
background-color: #694A37;
}
</style>
border-color css
<style>
span { border-color: #694A37; }
span { border-color: rgb(105,74,55); }
td.TdClassName
{
border-color: #694A37;
}
.TagClassName
{
border-color: #694A37;
}
</style>