Shades of Jambalaya #6C4A37
Tints of Jambalaya #6C4A37
RGB
CMYK
RGB Variations
Color information
#6C4A37 (or 0x6C4A37) is known color: Jambalaya. HEX triplet: 6C, 4A and 37. RGB value is (108,74,55). Sum of RGB (Red+Green+Blue) = 108+74+55=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4A37 is #93B5C8. Grayscale: #525252. Windows color (decimal): -9680329 or 3623532. OLE color: 3623532.
HSL color Cylindrical-coordinate representation of color #6C4A37: hue angle of 21.51º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C4A37 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 74 | 55 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.58 |
| HSL | 21.51º | 0.33% | 0.32% | - |
| HSV(B) | 21.51º | 0.49% | 0.42% | - |
| XYZ | 9.32 | 8.36 | 4.74 | - |
| YUV | 82 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 55 | 0 | 0.31 | 0.49 | 0.58 | 21.51 | 0.33 | 0.32 |
| Hex | 6C | 4A | 37 | 0 | 1F | 31 | 3A | 16 | 21 | 20 |
| Octal | 154 | 112 | 67 | 0 | 37 | 61 | 72 | 26 | 41 | 40 |
| Binary | 1101100 | 1001010 | 110111 | 0 | 11111 | 110001 | 111010 | 10110 | 100001 | 100000 |
Color Harmonies of #6C4A37
Complementary color
Monochromatic Colors of #6C4A37
Black with #6C4A37
Text Example
Text Example
White with #6C4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4A37; }
p { color: rgb(108,74,55); }
H1.HeaderClassName
{
color: #6C4A37;
}
.AnyTagClassName
{
color: #6C4A37;
}
</style>
background-color css
<style>
a { background-color: #6C4A37; }
a { background-color: rgb(108,74,55); }
div.DivClassName
{
background-color: #6C4A37;
}
.BgClassName
{
background-color: #6C4A37;
}
</style>
border-color css
<style>
span { border-color: #6C4A37; }
span { border-color: rgb(108,74,55); }
td.TdClassName
{
border-color: #6C4A37;
}
.TagClassName
{
border-color: #6C4A37;
}
</style>