Shades of Jambalaya #6D4531
Tints of Jambalaya #6D4531
RGB
CMYK
RGB Variations
Color information
#6D4531 (or 0x6D4531) is known color: Jambalaya. HEX triplet: 6D, 45 and 31. RGB value is (109,69,49). Sum of RGB (Red+Green+Blue) = 109+69+49=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4531 is #92BACE. Grayscale: #4E4E4E. Windows color (decimal): -9616079 or 3229037. OLE color: 3229037.
HSL color Cylindrical-coordinate representation of color #6D4531: hue angle of 20º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4531 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 49 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.57 |
| HSL | 20º | 0.38% | 0.31% | - |
| HSV(B) | 20º | 0.55% | 0.43% | - |
| XYZ | 8.99 | 7.73 | 3.92 | - |
| YUV | 78.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 49 | 0 | 0.37 | 0.55 | 0.57 | 20 | 0.38 | 0.31 |
| Hex | 6D | 45 | 31 | 0 | 25 | 37 | 39 | 14 | 26 | 1F |
| Octal | 155 | 105 | 61 | 0 | 45 | 67 | 71 | 24 | 46 | 37 |
| Binary | 1101101 | 1000101 | 110001 | 0 | 100101 | 110111 | 111001 | 10100 | 100110 | 11111 |
Color Harmonies of #6D4531
Complementary color
Monochromatic Colors of #6D4531
Black with #6D4531
Text Example
Text Example
White with #6D4531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4531; }
p { color: rgb(109,69,49); }
H1.HeaderClassName
{
color: #6D4531;
}
.AnyTagClassName
{
color: #6D4531;
}
</style>
background-color css
<style>
a { background-color: #6D4531; }
a { background-color: rgb(109,69,49); }
div.DivClassName
{
background-color: #6D4531;
}
.BgClassName
{
background-color: #6D4531;
}
</style>
border-color css
<style>
span { border-color: #6D4531; }
span { border-color: rgb(109,69,49); }
td.TdClassName
{
border-color: #6D4531;
}
.TagClassName
{
border-color: #6D4531;
}
</style>