Shades of Jambalaya #694A38
Tints of Jambalaya #694A38
RGB
CMYK
RGB Variations
Color information
#694A38 (or 0x694A38) is known color: Jambalaya. HEX triplet: 69, 4A and 38. RGB value is (105,74,56). Sum of RGB (Red+Green+Blue) = 105+74+56=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #694A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A38 is #96B5C7. Grayscale: #515151. Windows color (decimal): -9876936 or 3689065. OLE color: 3689065.
HSL color Cylindrical-coordinate representation of color #694A38: hue angle of 22.04º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #694A38 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 56 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.59 |
| HSL | 22.04º | 0.3% | 0.32% | - |
| HSV(B) | 22.04º | 0.47% | 0.41% | - |
| XYZ | 8.99 | 8.19 | 4.85 | - |
| YUV | 81.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 56 | 0 | 0.30 | 0.47 | 0.59 | 22.04 | 0.3 | 0.32 |
| Hex | 69 | 4A | 38 | 0 | 1E | 2F | 3B | 16 | 1E | 20 |
| Octal | 151 | 112 | 70 | 0 | 36 | 57 | 73 | 26 | 36 | 40 |
| Binary | 1101001 | 1001010 | 111000 | 0 | 11110 | 101111 | 111011 | 10110 | 11110 | 100000 |
Color Harmonies of #694A38
Complementary color
Monochromatic Colors of #694A38
Black with #694A38
Text Example
Text Example
White with #694A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A38; }
p { color: rgb(105,74,56); }
H1.HeaderClassName
{
color: #694A38;
}
.AnyTagClassName
{
color: #694A38;
}
</style>
background-color css
<style>
a { background-color: #694A38; }
a { background-color: rgb(105,74,56); }
div.DivClassName
{
background-color: #694A38;
}
.BgClassName
{
background-color: #694A38;
}
</style>
border-color css
<style>
span { border-color: #694A38; }
span { border-color: rgb(105,74,56); }
td.TdClassName
{
border-color: #694A38;
}
.TagClassName
{
border-color: #694A38;
}
</style>