Shades of Jambalaya #6D4A38
Tints of Jambalaya #6D4A38
RGB
CMYK
RGB Variations
Color information
#6D4A38 (or 0x6D4A38) is known color: Jambalaya. HEX triplet: 6D, 4A and 38. RGB value is (109,74,56). Sum of RGB (Red+Green+Blue) = 109+74+56=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A38 is #92B5C7. Grayscale: #525252. Windows color (decimal): -9614792 or 3689069. OLE color: 3689069.
HSL color Cylindrical-coordinate representation of color #6D4A38: hue angle of 20.38º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D4A38 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 56 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.57 |
| HSL | 20.38º | 0.32% | 0.32% | - |
| HSV(B) | 20.38º | 0.49% | 0.43% | - |
| XYZ | 9.47 | 8.43 | 4.87 | - |
| YUV | 82.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 56 | 0 | 0.32 | 0.49 | 0.57 | 20.38 | 0.32 | 0.32 |
| Hex | 6D | 4A | 38 | 0 | 20 | 31 | 39 | 14 | 20 | 20 |
| Octal | 155 | 112 | 70 | 0 | 40 | 61 | 71 | 24 | 40 | 40 |
| Binary | 1101101 | 1001010 | 111000 | 0 | 100000 | 110001 | 111001 | 10100 | 100000 | 100000 |
Color Harmonies of #6D4A38
Complementary color
Monochromatic Colors of #6D4A38
Black with #6D4A38
Text Example
Text Example
White with #6D4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A38; }
p { color: rgb(109,74,56); }
H1.HeaderClassName
{
color: #6D4A38;
}
.AnyTagClassName
{
color: #6D4A38;
}
</style>
background-color css
<style>
a { background-color: #6D4A38; }
a { background-color: rgb(109,74,56); }
div.DivClassName
{
background-color: #6D4A38;
}
.BgClassName
{
background-color: #6D4A38;
}
</style>
border-color css
<style>
span { border-color: #6D4A38; }
span { border-color: rgb(109,74,56); }
td.TdClassName
{
border-color: #6D4A38;
}
.TagClassName
{
border-color: #6D4A38;
}
</style>