Shades of Jambalaya #6E4A34
Tints of Jambalaya #6E4A34
RGB
CMYK
RGB Variations
Color information
#6E4A34 (or 0x6E4A34) is known color: Jambalaya. HEX triplet: 6E, 4A and 34. RGB value is (110,74,52). Sum of RGB (Red+Green+Blue) = 110+74+52=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A34 is #91B5CB. Grayscale: #525252. Windows color (decimal): -9549260 or 3426926. OLE color: 3426926.
HSL color Cylindrical-coordinate representation of color #6E4A34: hue angle of 22.76º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E4A34 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 74 | 52 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.57 |
| HSL | 22.76º | 0.36% | 0.32% | - |
| HSV(B) | 22.76º | 0.53% | 0.43% | - |
| XYZ | 9.5 | 8.46 | 4.38 | - |
| YUV | 82.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 52 | 0 | 0.33 | 0.53 | 0.57 | 22.76 | 0.36 | 0.32 |
| Hex | 6E | 4A | 34 | 0 | 21 | 35 | 39 | 17 | 24 | 20 |
| Octal | 156 | 112 | 64 | 0 | 41 | 65 | 71 | 27 | 44 | 40 |
| Binary | 1101110 | 1001010 | 110100 | 0 | 100001 | 110101 | 111001 | 10111 | 100100 | 100000 |
Color Harmonies of #6E4A34
Complementary color
Monochromatic Colors of #6E4A34
Black with #6E4A34
Text Example
Text Example
White with #6E4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4A34; }
p { color: rgb(110,74,52); }
H1.HeaderClassName
{
color: #6E4A34;
}
.AnyTagClassName
{
color: #6E4A34;
}
</style>
background-color css
<style>
a { background-color: #6E4A34; }
a { background-color: rgb(110,74,52); }
div.DivClassName
{
background-color: #6E4A34;
}
.BgClassName
{
background-color: #6E4A34;
}
</style>
border-color css
<style>
span { border-color: #6E4A34; }
span { border-color: rgb(110,74,52); }
td.TdClassName
{
border-color: #6E4A34;
}
.TagClassName
{
border-color: #6E4A34;
}
</style>