Shades of Jambalaya #6E4935
Tints of Jambalaya #6E4935
RGB
CMYK
RGB Variations
Color information
#6E4935 (or 0x6E4935) is known color: Jambalaya. HEX triplet: 6E, 49 and 35. RGB value is (110,73,53). Sum of RGB (Red+Green+Blue) = 110+73+53=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4935 is #91B6CA. Grayscale: #515151. Windows color (decimal): -9549515 or 3492206. OLE color: 3492206.
HSL color Cylindrical-coordinate representation of color #6E4935: hue angle of 21.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E4935 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 53 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.57 |
| HSL | 21.05º | 0.35% | 0.32% | - |
| HSV(B) | 21.05º | 0.52% | 0.43% | - |
| XYZ | 9.46 | 8.34 | 4.48 | - |
| YUV | 81.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 53 | 0 | 0.34 | 0.52 | 0.57 | 21.05 | 0.35 | 0.32 |
| Hex | 6E | 49 | 35 | 0 | 22 | 34 | 39 | 15 | 23 | 20 |
| Octal | 156 | 111 | 65 | 0 | 42 | 64 | 71 | 25 | 43 | 40 |
| Binary | 1101110 | 1001001 | 110101 | 0 | 100010 | 110100 | 111001 | 10101 | 100011 | 100000 |
Color Harmonies of #6E4935
Complementary color
Monochromatic Colors of #6E4935
Black with #6E4935
Text Example
Text Example
White with #6E4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4935; }
p { color: rgb(110,73,53); }
H1.HeaderClassName
{
color: #6E4935;
}
.AnyTagClassName
{
color: #6E4935;
}
</style>
background-color css
<style>
a { background-color: #6E4935; }
a { background-color: rgb(110,73,53); }
div.DivClassName
{
background-color: #6E4935;
}
.BgClassName
{
background-color: #6E4935;
}
</style>
border-color css
<style>
span { border-color: #6E4935; }
span { border-color: rgb(110,73,53); }
td.TdClassName
{
border-color: #6E4935;
}
.TagClassName
{
border-color: #6E4935;
}
</style>