Shades of Jambalaya #694E36
Tints of Jambalaya #694E36
RGB
CMYK
RGB Variations
Color information
#694E36 (or 0x694E36) is known color: Jambalaya. HEX triplet: 69, 4E and 36. RGB value is (105,78,54). Sum of RGB (Red+Green+Blue) = 105+78+54=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #694E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E36 is #96B1C9. Grayscale: #535353. Windows color (decimal): -9875914 or 3559017. OLE color: 3559017.
HSL color Cylindrical-coordinate representation of color #694E36: hue angle of 28.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694E36 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 54 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.59 |
| HSL | 28.24º | 0.32% | 0.31% | - |
| HSV(B) | 28.24º | 0.49% | 0.41% | - |
| XYZ | 9.22 | 8.72 | 4.69 | - |
| YUV | 83.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 54 | 0 | 0.26 | 0.49 | 0.59 | 28.24 | 0.32 | 0.31 |
| Hex | 69 | 4E | 36 | 0 | 1A | 31 | 3B | 1C | 20 | 1F |
| Octal | 151 | 116 | 66 | 0 | 32 | 61 | 73 | 34 | 40 | 37 |
| Binary | 1101001 | 1001110 | 110110 | 0 | 11010 | 110001 | 111011 | 11100 | 100000 | 11111 |
Color Harmonies of #694E36
Complementary color
Monochromatic Colors of #694E36
Black with #694E36
Text Example
Text Example
White with #694E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E36; }
p { color: rgb(105,78,54); }
H1.HeaderClassName
{
color: #694E36;
}
.AnyTagClassName
{
color: #694E36;
}
</style>
background-color css
<style>
a { background-color: #694E36; }
a { background-color: rgb(105,78,54); }
div.DivClassName
{
background-color: #694E36;
}
.BgClassName
{
background-color: #694E36;
}
</style>
border-color css
<style>
span { border-color: #694E36; }
span { border-color: rgb(105,78,54); }
td.TdClassName
{
border-color: #694E36;
}
.TagClassName
{
border-color: #694E36;
}
</style>