Shades of Jambalaya #6D4831
Tints of Jambalaya #6D4831
RGB
CMYK
RGB Variations
Color information
#6D4831 (or 0x6D4831) is known color: Jambalaya. HEX triplet: 6D, 48 and 31. RGB value is (109,72,49). Sum of RGB (Red+Green+Blue) = 109+72+49=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4831 is #92B7CE. Grayscale: #505050. Windows color (decimal): -9615311 or 3229805. OLE color: 3229805.
HSL color Cylindrical-coordinate representation of color #6D4831: hue angle of 23º 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 #6D4831 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 49 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.57 |
| HSL | 23º | 0.38% | 0.31% | - |
| HSV(B) | 23º | 0.55% | 0.43% | - |
| XYZ | 9.18 | 8.11 | 3.99 | - |
| YUV | 80.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 49 | 0 | 0.34 | 0.55 | 0.57 | 23 | 0.38 | 0.31 |
| Hex | 6D | 48 | 31 | 0 | 22 | 37 | 39 | 17 | 26 | 1F |
| Octal | 155 | 110 | 61 | 0 | 42 | 67 | 71 | 27 | 46 | 37 |
| Binary | 1101101 | 1001000 | 110001 | 0 | 100010 | 110111 | 111001 | 10111 | 100110 | 11111 |
Color Harmonies of #6D4831
Complementary color
Monochromatic Colors of #6D4831
Black with #6D4831
Text Example
Text Example
White with #6D4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4831; }
p { color: rgb(109,72,49); }
H1.HeaderClassName
{
color: #6D4831;
}
.AnyTagClassName
{
color: #6D4831;
}
</style>
background-color css
<style>
a { background-color: #6D4831; }
a { background-color: rgb(109,72,49); }
div.DivClassName
{
background-color: #6D4831;
}
.BgClassName
{
background-color: #6D4831;
}
</style>
border-color css
<style>
span { border-color: #6D4831; }
span { border-color: rgb(109,72,49); }
td.TdClassName
{
border-color: #6D4831;
}
.TagClassName
{
border-color: #6D4831;
}
</style>