Shades of Jambalaya #6E4A37
Tints of Jambalaya #6E4A37
RGB
CMYK
RGB Variations
Color information
#6E4A37 (or 0x6E4A37) is known color: Jambalaya. HEX triplet: 6E, 4A and 37. RGB value is (110,74,55). Sum of RGB (Red+Green+Blue) = 110+74+55=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A37 is #91B5C8. Grayscale: #525252. Windows color (decimal): -9549257 or 3623534. OLE color: 3623534.
HSL color Cylindrical-coordinate representation of color #6E4A37: hue angle of 20.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4A37 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 74 | 55 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.57 |
| HSL | 20.73º | 0.33% | 0.32% | - |
| HSV(B) | 20.73º | 0.5% | 0.43% | - |
| XYZ | 9.57 | 8.49 | 4.75 | - |
| YUV | 82.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 55 | 0 | 0.33 | 0.5 | 0.57 | 20.73 | 0.33 | 0.32 |
| Hex | 6E | 4A | 37 | 0 | 21 | 32 | 39 | 15 | 21 | 20 |
| Octal | 156 | 112 | 67 | 0 | 41 | 62 | 71 | 25 | 41 | 40 |
| Binary | 1101110 | 1001010 | 110111 | 0 | 100001 | 110010 | 111001 | 10101 | 100001 | 100000 |
Color Harmonies of #6E4A37
Complementary color
Monochromatic Colors of #6E4A37
Black with #6E4A37
Text Example
Text Example
White with #6E4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4A37; }
p { color: rgb(110,74,55); }
H1.HeaderClassName
{
color: #6E4A37;
}
.AnyTagClassName
{
color: #6E4A37;
}
</style>
background-color css
<style>
a { background-color: #6E4A37; }
a { background-color: rgb(110,74,55); }
div.DivClassName
{
background-color: #6E4A37;
}
.BgClassName
{
background-color: #6E4A37;
}
</style>
border-color css
<style>
span { border-color: #6E4A37; }
span { border-color: rgb(110,74,55); }
td.TdClassName
{
border-color: #6E4A37;
}
.TagClassName
{
border-color: #6E4A37;
}
</style>