Shades of Jambalaya #6D4936
Tints of Jambalaya #6D4936
RGB
CMYK
RGB Variations
Color information
#6D4936 (or 0x6D4936) is known color: Jambalaya. HEX triplet: 6D, 49 and 36. RGB value is (109,73,54). Sum of RGB (Red+Green+Blue) = 109+73+54=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4936 is #92B6C9. Grayscale: #515151. Windows color (decimal): -9615050 or 3557741. OLE color: 3557741.
HSL color Cylindrical-coordinate representation of color #6D4936: hue angle of 20.73º 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 #6D4936 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 54 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.57 |
| HSL | 20.73º | 0.34% | 0.32% | - |
| HSV(B) | 20.73º | 0.5% | 0.43% | - |
| XYZ | 9.36 | 8.28 | 4.6 | - |
| YUV | 81.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 54 | 0 | 0.33 | 0.50 | 0.57 | 20.73 | 0.34 | 0.32 |
| Hex | 6D | 49 | 36 | 0 | 21 | 32 | 39 | 15 | 22 | 20 |
| Octal | 155 | 111 | 66 | 0 | 41 | 62 | 71 | 25 | 42 | 40 |
| Binary | 1101101 | 1001001 | 110110 | 0 | 100001 | 110010 | 111001 | 10101 | 100010 | 100000 |
Color Harmonies of #6D4936
Complementary color
Monochromatic Colors of #6D4936
Black with #6D4936
Text Example
Text Example
White with #6D4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4936; }
p { color: rgb(109,73,54); }
H1.HeaderClassName
{
color: #6D4936;
}
.AnyTagClassName
{
color: #6D4936;
}
</style>
background-color css
<style>
a { background-color: #6D4936; }
a { background-color: rgb(109,73,54); }
div.DivClassName
{
background-color: #6D4936;
}
.BgClassName
{
background-color: #6D4936;
}
</style>
border-color css
<style>
span { border-color: #6D4936; }
span { border-color: rgb(109,73,54); }
td.TdClassName
{
border-color: #6D4936;
}
.TagClassName
{
border-color: #6D4936;
}
</style>