Shades of Jambalaya #694D36
Tints of Jambalaya #694D36
RGB
CMYK
RGB Variations
Color information
#694D36 (or 0x694D36) is known color: Jambalaya. HEX triplet: 69, 4D and 36. RGB value is (105,77,54). Sum of RGB (Red+Green+Blue) = 105+77+54=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D36 is #96B2C9. Grayscale: #525252. Windows color (decimal): -9876170 or 3558761. OLE color: 3558761.
HSL color Cylindrical-coordinate representation of color #694D36: hue angle of 27.06º 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 #694D36 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 54 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.59 |
| HSL | 27.06º | 0.32% | 0.31% | - |
| HSV(B) | 27.06º | 0.49% | 0.41% | - |
| XYZ | 9.15 | 8.58 | 4.66 | - |
| YUV | 82.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 54 | 0 | 0.27 | 0.49 | 0.59 | 27.06 | 0.32 | 0.31 |
| Hex | 69 | 4D | 36 | 0 | 1B | 31 | 3B | 1B | 20 | 1F |
| Octal | 151 | 115 | 66 | 0 | 33 | 61 | 73 | 33 | 40 | 37 |
| Binary | 1101001 | 1001101 | 110110 | 0 | 11011 | 110001 | 111011 | 11011 | 100000 | 11111 |
Color Harmonies of #694D36
Complementary color
Monochromatic Colors of #694D36
Black with #694D36
Text Example
Text Example
White with #694D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D36; }
p { color: rgb(105,77,54); }
H1.HeaderClassName
{
color: #694D36;
}
.AnyTagClassName
{
color: #694D36;
}
</style>
background-color css
<style>
a { background-color: #694D36; }
a { background-color: rgb(105,77,54); }
div.DivClassName
{
background-color: #694D36;
}
.BgClassName
{
background-color: #694D36;
}
</style>
border-color css
<style>
span { border-color: #694D36; }
span { border-color: rgb(105,77,54); }
td.TdClassName
{
border-color: #694D36;
}
.TagClassName
{
border-color: #694D36;
}
</style>