Shades of Jambalaya #694C36
Tints of Jambalaya #694C36
RGB
CMYK
RGB Variations
Color information
#694C36 (or 0x694C36) is known color: Jambalaya. HEX triplet: 69, 4C and 36. RGB value is (105,76,54). Sum of RGB (Red+Green+Blue) = 105+76+54=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #694C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C36 is #96B3C9. Grayscale: #525252. Windows color (decimal): -9876426 or 3558505. OLE color: 3558505.
HSL color Cylindrical-coordinate representation of color #694C36: hue angle of 25.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694C36 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 54 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.59 |
| HSL | 25.88º | 0.32% | 0.31% | - |
| HSV(B) | 25.88º | 0.49% | 0.41% | - |
| XYZ | 9.08 | 8.44 | 4.64 | - |
| YUV | 82.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 54 | 0 | 0.28 | 0.49 | 0.59 | 25.88 | 0.32 | 0.31 |
| Hex | 69 | 4C | 36 | 0 | 1C | 31 | 3B | 1A | 20 | 1F |
| Octal | 151 | 114 | 66 | 0 | 34 | 61 | 73 | 32 | 40 | 37 |
| Binary | 1101001 | 1001100 | 110110 | 0 | 11100 | 110001 | 111011 | 11010 | 100000 | 11111 |
Color Harmonies of #694C36
Complementary color
Monochromatic Colors of #694C36
Black with #694C36
Text Example
Text Example
White with #694C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C36; }
p { color: rgb(105,76,54); }
H1.HeaderClassName
{
color: #694C36;
}
.AnyTagClassName
{
color: #694C36;
}
</style>
background-color css
<style>
a { background-color: #694C36; }
a { background-color: rgb(105,76,54); }
div.DivClassName
{
background-color: #694C36;
}
.BgClassName
{
background-color: #694C36;
}
</style>
border-color css
<style>
span { border-color: #694C36; }
span { border-color: rgb(105,76,54); }
td.TdClassName
{
border-color: #694C36;
}
.TagClassName
{
border-color: #694C36;
}
</style>