Shades of Jambalaya #614839
Tints of Jambalaya #614839
RGB
CMYK
RGB Variations
Color information
#614839 (or 0x614839) is known color: Jambalaya. HEX triplet: 61, 48 and 39. RGB value is (97,72,57). Sum of RGB (Red+Green+Blue) = 97+72+57=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #614839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614839 is #9EB7C6. Grayscale: #4D4D4D. Windows color (decimal): -10401735 or 3754081. OLE color: 3754081.
HSL color Cylindrical-coordinate representation of color #614839: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614839 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 72 | 57 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.62 |
| HSL | 22.5º | 0.26% | 0.3% | - |
| HSV(B) | 22.5º | 0.41% | 0.38% | - |
| XYZ | 7.99 | 7.47 | 4.89 | - |
| YUV | 77.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 57 | 0 | 0.26 | 0.41 | 0.62 | 22.5 | 0.26 | 0.3 |
| Hex | 61 | 48 | 39 | 0 | 1A | 29 | 3E | 16 | 1A | 1E |
| Octal | 141 | 110 | 71 | 0 | 32 | 51 | 76 | 26 | 32 | 36 |
| Binary | 1100001 | 1001000 | 111001 | 0 | 11010 | 101001 | 111110 | 10110 | 11010 | 11110 |
Color Harmonies of #614839
Complementary color
Monochromatic Colors of #614839
Black with #614839
Text Example
Text Example
White with #614839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614839; }
p { color: rgb(97,72,57); }
H1.HeaderClassName
{
color: #614839;
}
.AnyTagClassName
{
color: #614839;
}
</style>
background-color css
<style>
a { background-color: #614839; }
a { background-color: rgb(97,72,57); }
div.DivClassName
{
background-color: #614839;
}
.BgClassName
{
background-color: #614839;
}
</style>
border-color css
<style>
span { border-color: #614839; }
span { border-color: rgb(97,72,57); }
td.TdClassName
{
border-color: #614839;
}
.TagClassName
{
border-color: #614839;
}
</style>