Shades of Jambalaya #694538
Tints of Jambalaya #694538
RGB
CMYK
RGB Variations
Color information
#694538 (or 0x694538) is known color: Jambalaya. HEX triplet: 69, 45 and 38. RGB value is (105,69,56). Sum of RGB (Red+Green+Blue) = 105+69+56=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694538 is #96BAC7. Grayscale: #4E4E4E. Windows color (decimal): -9878216 or 3687785. OLE color: 3687785.
HSL color Cylindrical-coordinate representation of color #694538: hue angle of 15.92º 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 #694538 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 56 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.59 |
| HSL | 15.92º | 0.3% | 0.32% | - |
| HSV(B) | 15.92º | 0.47% | 0.41% | - |
| XYZ | 8.67 | 7.55 | 4.74 | - |
| YUV | 78.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 56 | 0 | 0.34 | 0.47 | 0.59 | 15.92 | 0.3 | 0.32 |
| Hex | 69 | 45 | 38 | 0 | 22 | 2F | 3B | 10 | 1E | 20 |
| Octal | 151 | 105 | 70 | 0 | 42 | 57 | 73 | 20 | 36 | 40 |
| Binary | 1101001 | 1000101 | 111000 | 0 | 100010 | 101111 | 111011 | 10000 | 11110 | 100000 |
Color Harmonies of #694538
Complementary color
Monochromatic Colors of #694538
Black with #694538
Text Example
Text Example
White with #694538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694538; }
p { color: rgb(105,69,56); }
H1.HeaderClassName
{
color: #694538;
}
.AnyTagClassName
{
color: #694538;
}
</style>
background-color css
<style>
a { background-color: #694538; }
a { background-color: rgb(105,69,56); }
div.DivClassName
{
background-color: #694538;
}
.BgClassName
{
background-color: #694538;
}
</style>
border-color css
<style>
span { border-color: #694538; }
span { border-color: rgb(105,69,56); }
td.TdClassName
{
border-color: #694538;
}
.TagClassName
{
border-color: #694538;
}
</style>