Shades of Jambalaya #6D4634
Tints of Jambalaya #6D4634
RGB
CMYK
RGB Variations
Color information
#6D4634 (or 0x6D4634) is known color: Jambalaya. HEX triplet: 6D, 46 and 34. RGB value is (109,70,52). Sum of RGB (Red+Green+Blue) = 109+70+52=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4634 is #92B9CB. Grayscale: #4F4F4F. Windows color (decimal): -9615820 or 3425901. OLE color: 3425901.
HSL color Cylindrical-coordinate representation of color #6D4634: hue angle of 18.95º 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 #6D4634 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 52 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.57 |
| HSL | 18.95º | 0.35% | 0.32% | - |
| HSV(B) | 18.95º | 0.52% | 0.43% | - |
| XYZ | 9.12 | 7.88 | 4.29 | - |
| YUV | 79.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 52 | 0 | 0.36 | 0.52 | 0.57 | 18.95 | 0.35 | 0.32 |
| Hex | 6D | 46 | 34 | 0 | 24 | 34 | 39 | 13 | 23 | 20 |
| Octal | 155 | 106 | 64 | 0 | 44 | 64 | 71 | 23 | 43 | 40 |
| Binary | 1101101 | 1000110 | 110100 | 0 | 100100 | 110100 | 111001 | 10011 | 100011 | 100000 |
Color Harmonies of #6D4634
Complementary color
Monochromatic Colors of #6D4634
Black with #6D4634
Text Example
Text Example
White with #6D4634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4634; }
p { color: rgb(109,70,52); }
H1.HeaderClassName
{
color: #6D4634;
}
.AnyTagClassName
{
color: #6D4634;
}
</style>
background-color css
<style>
a { background-color: #6D4634; }
a { background-color: rgb(109,70,52); }
div.DivClassName
{
background-color: #6D4634;
}
.BgClassName
{
background-color: #6D4634;
}
</style>
border-color css
<style>
span { border-color: #6D4634; }
span { border-color: rgb(109,70,52); }
td.TdClassName
{
border-color: #6D4634;
}
.TagClassName
{
border-color: #6D4634;
}
</style>