Shades of Jambalaya #6D4636
Tints of Jambalaya #6D4636
RGB
CMYK
RGB Variations
Color information
#6D4636 (or 0x6D4636) is known color: Jambalaya. HEX triplet: 6D, 46 and 36. RGB value is (109,70,54). Sum of RGB (Red+Green+Blue) = 109+70+54=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4636 is #92B9C9. Grayscale: #4F4F4F. Windows color (decimal): -9615818 or 3556973. OLE color: 3556973.
HSL color Cylindrical-coordinate representation of color #6D4636: hue angle of 17.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4636 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 54 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.57 |
| HSL | 17.45º | 0.34% | 0.32% | - |
| HSV(B) | 17.45º | 0.5% | 0.43% | - |
| XYZ | 9.16 | 7.9 | 4.53 | - |
| YUV | 79.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 54 | 0 | 0.36 | 0.50 | 0.57 | 17.45 | 0.34 | 0.32 |
| Hex | 6D | 46 | 36 | 0 | 24 | 32 | 39 | 11 | 22 | 20 |
| Octal | 155 | 106 | 66 | 0 | 44 | 62 | 71 | 21 | 42 | 40 |
| Binary | 1101101 | 1000110 | 110110 | 0 | 100100 | 110010 | 111001 | 10001 | 100010 | 100000 |
Color Harmonies of #6D4636
Complementary color
Monochromatic Colors of #6D4636
Black with #6D4636
Text Example
Text Example
White with #6D4636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4636; }
p { color: rgb(109,70,54); }
H1.HeaderClassName
{
color: #6D4636;
}
.AnyTagClassName
{
color: #6D4636;
}
</style>
background-color css
<style>
a { background-color: #6D4636; }
a { background-color: rgb(109,70,54); }
div.DivClassName
{
background-color: #6D4636;
}
.BgClassName
{
background-color: #6D4636;
}
</style>
border-color css
<style>
span { border-color: #6D4636; }
span { border-color: rgb(109,70,54); }
td.TdClassName
{
border-color: #6D4636;
}
.TagClassName
{
border-color: #6D4636;
}
</style>