Shades of Jambalaya #694B38
Tints of Jambalaya #694B38
RGB
CMYK
RGB Variations
Color information
#694B38 (or 0x694B38) is known color: Jambalaya. HEX triplet: 69, 4B and 38. RGB value is (105,75,56). Sum of RGB (Red+Green+Blue) = 105+75+56=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B38 is #96B4C7. Grayscale: #515151. Windows color (decimal): -9876680 or 3689321. OLE color: 3689321.
HSL color Cylindrical-coordinate representation of color #694B38: hue angle of 23.27º 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 #694B38 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 56 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.59 |
| HSL | 23.27º | 0.3% | 0.32% | - |
| HSV(B) | 23.27º | 0.47% | 0.41% | - |
| XYZ | 9.06 | 8.32 | 4.87 | - |
| YUV | 81.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 56 | 0 | 0.29 | 0.47 | 0.59 | 23.27 | 0.3 | 0.32 |
| Hex | 69 | 4B | 38 | 0 | 1D | 2F | 3B | 17 | 1E | 20 |
| Octal | 151 | 113 | 70 | 0 | 35 | 57 | 73 | 27 | 36 | 40 |
| Binary | 1101001 | 1001011 | 111000 | 0 | 11101 | 101111 | 111011 | 10111 | 11110 | 100000 |
Color Harmonies of #694B38
Complementary color
Monochromatic Colors of #694B38
Black with #694B38
Text Example
Text Example
White with #694B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B38; }
p { color: rgb(105,75,56); }
H1.HeaderClassName
{
color: #694B38;
}
.AnyTagClassName
{
color: #694B38;
}
</style>
background-color css
<style>
a { background-color: #694B38; }
a { background-color: rgb(105,75,56); }
div.DivClassName
{
background-color: #694B38;
}
.BgClassName
{
background-color: #694B38;
}
</style>
border-color css
<style>
span { border-color: #694B38; }
span { border-color: rgb(105,75,56); }
td.TdClassName
{
border-color: #694B38;
}
.TagClassName
{
border-color: #694B38;
}
</style>