Shades of Jambalaya #694A32
Tints of Jambalaya #694A32
RGB
CMYK
RGB Variations
Color information
#694A32 (or 0x694A32) is known color: Jambalaya. HEX triplet: 69, 4A and 32. RGB value is (105,74,50). Sum of RGB (Red+Green+Blue) = 105+74+50=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A32 is #96B5CD. Grayscale: #505050. Windows color (decimal): -9876942 or 3295849. OLE color: 3295849.
HSL color Cylindrical-coordinate representation of color #694A32: hue angle of 26.18º 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 #694A32 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 50 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.59 |
| HSL | 26.18º | 0.35% | 0.3% | - |
| HSV(B) | 26.18º | 0.52% | 0.41% | - |
| XYZ | 8.85 | 8.13 | 4.12 | - |
| YUV | 80.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 50 | 0 | 0.30 | 0.52 | 0.59 | 26.18 | 0.35 | 0.3 |
| Hex | 69 | 4A | 32 | 0 | 1E | 34 | 3B | 1A | 23 | 1E |
| Octal | 151 | 112 | 62 | 0 | 36 | 64 | 73 | 32 | 43 | 36 |
| Binary | 1101001 | 1001010 | 110010 | 0 | 11110 | 110100 | 111011 | 11010 | 100011 | 11110 |
Color Harmonies of #694A32
Complementary color
Monochromatic Colors of #694A32
Black with #694A32
Text Example
Text Example
White with #694A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A32; }
p { color: rgb(105,74,50); }
H1.HeaderClassName
{
color: #694A32;
}
.AnyTagClassName
{
color: #694A32;
}
</style>
background-color css
<style>
a { background-color: #694A32; }
a { background-color: rgb(105,74,50); }
div.DivClassName
{
background-color: #694A32;
}
.BgClassName
{
background-color: #694A32;
}
</style>
border-color css
<style>
span { border-color: #694A32; }
span { border-color: rgb(105,74,50); }
td.TdClassName
{
border-color: #694A32;
}
.TagClassName
{
border-color: #694A32;
}
</style>