Shades of Jambalaya #6D4637
Tints of Jambalaya #6D4637
RGB
CMYK
RGB Variations
Color information
#6D4637 (or 0x6D4637) is known color: Jambalaya. HEX triplet: 6D, 46 and 37. RGB value is (109,70,55). Sum of RGB (Red+Green+Blue) = 109+70+55=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4637 is #92B9C8. Grayscale: #505050. Windows color (decimal): -9615817 or 3622509. OLE color: 3622509.
HSL color Cylindrical-coordinate representation of color #6D4637: hue angle of 16.67º degrees, saturation: 0.33, 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 #6D4637 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 55 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.57 |
| HSL | 16.67º | 0.33% | 0.32% | - |
| HSV(B) | 16.67º | 0.5% | 0.43% | - |
| XYZ | 9.19 | 7.91 | 4.66 | - |
| YUV | 79.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 55 | 0 | 0.36 | 0.50 | 0.57 | 16.67 | 0.33 | 0.32 |
| Hex | 6D | 46 | 37 | 0 | 24 | 32 | 39 | 11 | 21 | 20 |
| Octal | 155 | 106 | 67 | 0 | 44 | 62 | 71 | 21 | 41 | 40 |
| Binary | 1101101 | 1000110 | 110111 | 0 | 100100 | 110010 | 111001 | 10001 | 100001 | 100000 |
Color Harmonies of #6D4637
Complementary color
Monochromatic Colors of #6D4637
Black with #6D4637
Text Example
Text Example
White with #6D4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4637; }
p { color: rgb(109,70,55); }
H1.HeaderClassName
{
color: #6D4637;
}
.AnyTagClassName
{
color: #6D4637;
}
</style>
background-color css
<style>
a { background-color: #6D4637; }
a { background-color: rgb(109,70,55); }
div.DivClassName
{
background-color: #6D4637;
}
.BgClassName
{
background-color: #6D4637;
}
</style>
border-color css
<style>
span { border-color: #6D4637; }
span { border-color: rgb(109,70,55); }
td.TdClassName
{
border-color: #6D4637;
}
.TagClassName
{
border-color: #6D4637;
}
</style>