Shades of Jambalaya #694F38
Tints of Jambalaya #694F38
RGB
CMYK
RGB Variations
Color information
#694F38 (or 0x694F38) is known color: Jambalaya. HEX triplet: 69, 4F and 38. RGB value is (105,79,56). Sum of RGB (Red+Green+Blue) = 105+79+56=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F38 is #96B0C7. Grayscale: #545454. Windows color (decimal): -9875656 or 3690345. OLE color: 3690345.
HSL color Cylindrical-coordinate representation of color #694F38: hue angle of 28.16º 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 #694F38 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 56 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.59 |
| HSL | 28.16º | 0.3% | 0.32% | - |
| HSV(B) | 28.16º | 0.47% | 0.41% | - |
| XYZ | 9.34 | 8.88 | 4.96 | - |
| YUV | 84.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 56 | 0 | 0.25 | 0.47 | 0.59 | 28.16 | 0.3 | 0.32 |
| Hex | 69 | 4F | 38 | 0 | 19 | 2F | 3B | 1C | 1E | 20 |
| Octal | 151 | 117 | 70 | 0 | 31 | 57 | 73 | 34 | 36 | 40 |
| Binary | 1101001 | 1001111 | 111000 | 0 | 11001 | 101111 | 111011 | 11100 | 11110 | 100000 |
Color Harmonies of #694F38
Complementary color
Monochromatic Colors of #694F38
Black with #694F38
Text Example
Text Example
White with #694F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F38; }
p { color: rgb(105,79,56); }
H1.HeaderClassName
{
color: #694F38;
}
.AnyTagClassName
{
color: #694F38;
}
</style>
background-color css
<style>
a { background-color: #694F38; }
a { background-color: rgb(105,79,56); }
div.DivClassName
{
background-color: #694F38;
}
.BgClassName
{
background-color: #694F38;
}
</style>
border-color css
<style>
span { border-color: #694F38; }
span { border-color: rgb(105,79,56); }
td.TdClassName
{
border-color: #694F38;
}
.TagClassName
{
border-color: #694F38;
}
</style>