Shades of Jambalaya #6D4A37
Tints of Jambalaya #6D4A37
RGB
CMYK
RGB Variations
Color information
#6D4A37 (or 0x6D4A37) is known color: Jambalaya. HEX triplet: 6D, 4A and 37. RGB value is (109,74,55). Sum of RGB (Red+Green+Blue) = 109+74+55=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A37 is #92B5C8. Grayscale: #525252. Windows color (decimal): -9614793 or 3623533. OLE color: 3623533.
HSL color Cylindrical-coordinate representation of color #6D4A37: hue angle of 21.11º 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 #6D4A37 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 55 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.57 |
| HSL | 21.11º | 0.33% | 0.32% | - |
| HSV(B) | 21.11º | 0.5% | 0.43% | - |
| XYZ | 9.45 | 8.42 | 4.74 | - |
| YUV | 82.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 55 | 0 | 0.32 | 0.50 | 0.57 | 21.11 | 0.33 | 0.32 |
| Hex | 6D | 4A | 37 | 0 | 20 | 32 | 39 | 15 | 21 | 20 |
| Octal | 155 | 112 | 67 | 0 | 40 | 62 | 71 | 25 | 41 | 40 |
| Binary | 1101101 | 1001010 | 110111 | 0 | 100000 | 110010 | 111001 | 10101 | 100001 | 100000 |
Color Harmonies of #6D4A37
Complementary color
Monochromatic Colors of #6D4A37
Black with #6D4A37
Text Example
Text Example
White with #6D4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A37; }
p { color: rgb(109,74,55); }
H1.HeaderClassName
{
color: #6D4A37;
}
.AnyTagClassName
{
color: #6D4A37;
}
</style>
background-color css
<style>
a { background-color: #6D4A37; }
a { background-color: rgb(109,74,55); }
div.DivClassName
{
background-color: #6D4A37;
}
.BgClassName
{
background-color: #6D4A37;
}
</style>
border-color css
<style>
span { border-color: #6D4A37; }
span { border-color: rgb(109,74,55); }
td.TdClassName
{
border-color: #6D4A37;
}
.TagClassName
{
border-color: #6D4A37;
}
</style>