Shades of Jambalaya #694232
Tints of Jambalaya #694232
RGB
CMYK
RGB Variations
Color information
#694232 (or 0x694232) is known color: Jambalaya. HEX triplet: 69, 42 and 32. RGB value is (105,66,50). Sum of RGB (Red+Green+Blue) = 105+66+50=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694232 is #96BDCD. Grayscale: #4B4B4B. Windows color (decimal): -9878990 or 3293801. OLE color: 3293801.
HSL color Cylindrical-coordinate representation of color #694232: hue angle of 17.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694232 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 50 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.59 |
| HSL | 17.45º | 0.35% | 0.3% | - |
| HSV(B) | 17.45º | 0.52% | 0.41% | - |
| XYZ | 8.35 | 7.13 | 3.95 | - |
| YUV | 75.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 50 | 0 | 0.37 | 0.52 | 0.59 | 17.45 | 0.35 | 0.3 |
| Hex | 69 | 42 | 32 | 0 | 25 | 34 | 3B | 11 | 23 | 1E |
| Octal | 151 | 102 | 62 | 0 | 45 | 64 | 73 | 21 | 43 | 36 |
| Binary | 1101001 | 1000010 | 110010 | 0 | 100101 | 110100 | 111011 | 10001 | 100011 | 11110 |
Color Harmonies of #694232
Complementary color
Monochromatic Colors of #694232
Black with #694232
Text Example
Text Example
White with #694232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694232; }
p { color: rgb(105,66,50); }
H1.HeaderClassName
{
color: #694232;
}
.AnyTagClassName
{
color: #694232;
}
</style>
background-color css
<style>
a { background-color: #694232; }
a { background-color: rgb(105,66,50); }
div.DivClassName
{
background-color: #694232;
}
.BgClassName
{
background-color: #694232;
}
</style>
border-color css
<style>
span { border-color: #694232; }
span { border-color: rgb(105,66,50); }
td.TdClassName
{
border-color: #694232;
}
.TagClassName
{
border-color: #694232;
}
</style>