Shades of Jambalaya #614A39
Tints of Jambalaya #614A39
RGB
CMYK
RGB Variations
Color information
#614A39 (or 0x614A39) is known color: Jambalaya. HEX triplet: 61, 4A and 39. RGB value is (97,74,57). Sum of RGB (Red+Green+Blue) = 97+74+57=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A39 is #9EB5C6. Grayscale: #4F4F4F. Windows color (decimal): -10401223 or 3754593. OLE color: 3754593.
HSL color Cylindrical-coordinate representation of color #614A39: hue angle of 25.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 #614A39 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 57 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.62 |
| HSL | 25.5º | 0.26% | 0.3% | - |
| HSV(B) | 25.5º | 0.41% | 0.38% | - |
| XYZ | 8.12 | 7.73 | 4.94 | - |
| YUV | 78.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 57 | 0 | 0.24 | 0.41 | 0.62 | 25.5 | 0.26 | 0.3 |
| Hex | 61 | 4A | 39 | 0 | 18 | 29 | 3E | 1A | 1A | 1E |
| Octal | 141 | 112 | 71 | 0 | 30 | 51 | 76 | 32 | 32 | 36 |
| Binary | 1100001 | 1001010 | 111001 | 0 | 11000 | 101001 | 111110 | 11010 | 11010 | 11110 |
Color Harmonies of #614A39
Complementary color
Monochromatic Colors of #614A39
Black with #614A39
Text Example
Text Example
White with #614A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A39; }
p { color: rgb(97,74,57); }
H1.HeaderClassName
{
color: #614A39;
}
.AnyTagClassName
{
color: #614A39;
}
</style>
background-color css
<style>
a { background-color: #614A39; }
a { background-color: rgb(97,74,57); }
div.DivClassName
{
background-color: #614A39;
}
.BgClassName
{
background-color: #614A39;
}
</style>
border-color css
<style>
span { border-color: #614A39; }
span { border-color: rgb(97,74,57); }
td.TdClassName
{
border-color: #614A39;
}
.TagClassName
{
border-color: #614A39;
}
</style>