Shades of Jambalaya #694737
Tints of Jambalaya #694737
RGB
CMYK
RGB Variations
Color information
#694737 (or 0x694737) is known color: Jambalaya. HEX triplet: 69, 47 and 37. RGB value is (105,71,55). Sum of RGB (Red+Green+Blue) = 105+71+55=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694737 is #96B8C8. Grayscale: #4F4F4F. Windows color (decimal): -9877705 or 3622761. OLE color: 3622761.
HSL color Cylindrical-coordinate representation of color #694737: hue angle of 19.2º 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 #694737 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 71 | 55 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.59 |
| HSL | 19.2º | 0.31% | 0.31% | - |
| HSV(B) | 19.2º | 0.48% | 0.41% | - |
| XYZ | 8.77 | 7.79 | 4.66 | - |
| YUV | 79.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 55 | 0 | 0.32 | 0.48 | 0.59 | 19.2 | 0.31 | 0.31 |
| Hex | 69 | 47 | 37 | 0 | 20 | 30 | 3B | 13 | 1F | 1F |
| Octal | 151 | 107 | 67 | 0 | 40 | 60 | 73 | 23 | 37 | 37 |
| Binary | 1101001 | 1000111 | 110111 | 0 | 100000 | 110000 | 111011 | 10011 | 11111 | 11111 |
Color Harmonies of #694737
Complementary color
Monochromatic Colors of #694737
Black with #694737
Text Example
Text Example
White with #694737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694737; }
p { color: rgb(105,71,55); }
H1.HeaderClassName
{
color: #694737;
}
.AnyTagClassName
{
color: #694737;
}
</style>
background-color css
<style>
a { background-color: #694737; }
a { background-color: rgb(105,71,55); }
div.DivClassName
{
background-color: #694737;
}
.BgClassName
{
background-color: #694737;
}
</style>
border-color css
<style>
span { border-color: #694737; }
span { border-color: rgb(105,71,55); }
td.TdClassName
{
border-color: #694737;
}
.TagClassName
{
border-color: #694737;
}
</style>