Shades of Jambalaya #6A4E37
Tints of Jambalaya #6A4E37
RGB
CMYK
RGB Variations
Color information
#6A4E37 (or 0x6A4E37) is known color: Jambalaya. HEX triplet: 6A, 4E and 37. RGB value is (106,78,55). Sum of RGB (Red+Green+Blue) = 106+78+55=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E37 is #95B1C8. Grayscale: #535353. Windows color (decimal): -9810377 or 3624554. OLE color: 3624554.
HSL color Cylindrical-coordinate representation of color #6A4E37: hue angle of 27.06º 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 #6A4E37 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 55 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.58 |
| HSL | 27.06º | 0.32% | 0.32% | - |
| HSV(B) | 27.06º | 0.48% | 0.42% | - |
| XYZ | 9.36 | 8.79 | 4.82 | - |
| YUV | 83.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 55 | 0 | 0.26 | 0.48 | 0.58 | 27.06 | 0.32 | 0.32 |
| Hex | 6A | 4E | 37 | 0 | 1A | 30 | 3A | 1B | 20 | 20 |
| Octal | 152 | 116 | 67 | 0 | 32 | 60 | 72 | 33 | 40 | 40 |
| Binary | 1101010 | 1001110 | 110111 | 0 | 11010 | 110000 | 111010 | 11011 | 100000 | 100000 |
Color Harmonies of #6A4E37
Complementary color
Monochromatic Colors of #6A4E37
Black with #6A4E37
Text Example
Text Example
White with #6A4E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E37; }
p { color: rgb(106,78,55); }
H1.HeaderClassName
{
color: #6A4E37;
}
.AnyTagClassName
{
color: #6A4E37;
}
</style>
background-color css
<style>
a { background-color: #6A4E37; }
a { background-color: rgb(106,78,55); }
div.DivClassName
{
background-color: #6A4E37;
}
.BgClassName
{
background-color: #6A4E37;
}
</style>
border-color css
<style>
span { border-color: #6A4E37; }
span { border-color: rgb(106,78,55); }
td.TdClassName
{
border-color: #6A4E37;
}
.TagClassName
{
border-color: #6A4E37;
}
</style>