Shades of Jambalaya #6D4A34
Tints of Jambalaya #6D4A34
RGB
CMYK
RGB Variations
Color information
#6D4A34 (or 0x6D4A34) is known color: Jambalaya. HEX triplet: 6D, 4A and 34. RGB value is (109,74,52). Sum of RGB (Red+Green+Blue) = 109+74+52=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A34 is #92B5CB. Grayscale: #525252. Windows color (decimal): -9614796 or 3426925. OLE color: 3426925.
HSL color Cylindrical-coordinate representation of color #6D4A34: hue angle of 23.16º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4A34 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 52 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.57 |
| HSL | 23.16º | 0.35% | 0.32% | - |
| HSV(B) | 23.16º | 0.52% | 0.43% | - |
| XYZ | 9.38 | 8.4 | 4.38 | - |
| YUV | 81.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 52 | 0 | 0.32 | 0.52 | 0.57 | 23.16 | 0.35 | 0.32 |
| Hex | 6D | 4A | 34 | 0 | 20 | 34 | 39 | 17 | 23 | 20 |
| Octal | 155 | 112 | 64 | 0 | 40 | 64 | 71 | 27 | 43 | 40 |
| Binary | 1101101 | 1001010 | 110100 | 0 | 100000 | 110100 | 111001 | 10111 | 100011 | 100000 |
Color Harmonies of #6D4A34
Complementary color
Monochromatic Colors of #6D4A34
Black with #6D4A34
Text Example
Text Example
White with #6D4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A34; }
p { color: rgb(109,74,52); }
H1.HeaderClassName
{
color: #6D4A34;
}
.AnyTagClassName
{
color: #6D4A34;
}
</style>
background-color css
<style>
a { background-color: #6D4A34; }
a { background-color: rgb(109,74,52); }
div.DivClassName
{
background-color: #6D4A34;
}
.BgClassName
{
background-color: #6D4A34;
}
</style>
border-color css
<style>
span { border-color: #6D4A34; }
span { border-color: rgb(109,74,52); }
td.TdClassName
{
border-color: #6D4A34;
}
.TagClassName
{
border-color: #6D4A34;
}
</style>