Shades of Jambalaya #6C4D38
Tints of Jambalaya #6C4D38
RGB
CMYK
RGB Variations
Color information
#6C4D38 (or 0x6C4D38) is known color: Jambalaya. HEX triplet: 6C, 4D and 38. RGB value is (108,77,56). Sum of RGB (Red+Green+Blue) = 108+77+56=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4D38 is #93B2C7. Grayscale: #535353. Windows color (decimal): -9679560 or 3689836. OLE color: 3689836.
HSL color Cylindrical-coordinate representation of color #6C4D38: hue angle of 24.23º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C4D38 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 77 | 56 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.58 |
| HSL | 24.23º | 0.32% | 0.32% | - |
| HSV(B) | 24.23º | 0.48% | 0.42% | - |
| XYZ | 9.55 | 8.78 | 4.93 | - |
| YUV | 83.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 56 | 0 | 0.29 | 0.48 | 0.58 | 24.23 | 0.32 | 0.32 |
| Hex | 6C | 4D | 38 | 0 | 1D | 30 | 3A | 18 | 20 | 20 |
| Octal | 154 | 115 | 70 | 0 | 35 | 60 | 72 | 30 | 40 | 40 |
| Binary | 1101100 | 1001101 | 111000 | 0 | 11101 | 110000 | 111010 | 11000 | 100000 | 100000 |
Color Harmonies of #6C4D38
Complementary color
Monochromatic Colors of #6C4D38
Black with #6C4D38
Text Example
Text Example
White with #6C4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D38; }
p { color: rgb(108,77,56); }
H1.HeaderClassName
{
color: #6C4D38;
}
.AnyTagClassName
{
color: #6C4D38;
}
</style>
background-color css
<style>
a { background-color: #6C4D38; }
a { background-color: rgb(108,77,56); }
div.DivClassName
{
background-color: #6C4D38;
}
.BgClassName
{
background-color: #6C4D38;
}
</style>
border-color css
<style>
span { border-color: #6C4D38; }
span { border-color: rgb(108,77,56); }
td.TdClassName
{
border-color: #6C4D38;
}
.TagClassName
{
border-color: #6C4D38;
}
</style>