Shades of Jambalaya #614B38
Tints of Jambalaya #614B38
RGB
CMYK
RGB Variations
Color information
#614B38 (or 0x614B38) is known color: Jambalaya. HEX triplet: 61, 4B and 38. RGB value is (97,75,56). Sum of RGB (Red+Green+Blue) = 97+75+56=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B38 is #9EB4C7. Grayscale: #4F4F4F. Windows color (decimal): -10400968 or 3689313. OLE color: 3689313.
HSL color Cylindrical-coordinate representation of color #614B38: hue angle of 27.8º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614B38 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 56 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.62 |
| HSL | 27.8º | 0.27% | 0.3% | - |
| HSV(B) | 27.8º | 0.42% | 0.38% | - |
| XYZ | 8.16 | 7.86 | 4.83 | - |
| YUV | 79.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 56 | 0 | 0.23 | 0.42 | 0.62 | 27.8 | 0.27 | 0.3 |
| Hex | 61 | 4B | 38 | 0 | 17 | 2A | 3E | 1C | 1B | 1E |
| Octal | 141 | 113 | 70 | 0 | 27 | 52 | 76 | 34 | 33 | 36 |
| Binary | 1100001 | 1001011 | 111000 | 0 | 10111 | 101010 | 111110 | 11100 | 11011 | 11110 |
Color Harmonies of #614B38
Complementary color
Monochromatic Colors of #614B38
Black with #614B38
Text Example
Text Example
White with #614B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B38; }
p { color: rgb(97,75,56); }
H1.HeaderClassName
{
color: #614B38;
}
.AnyTagClassName
{
color: #614B38;
}
</style>
background-color css
<style>
a { background-color: #614B38; }
a { background-color: rgb(97,75,56); }
div.DivClassName
{
background-color: #614B38;
}
.BgClassName
{
background-color: #614B38;
}
</style>
border-color css
<style>
span { border-color: #614B38; }
span { border-color: rgb(97,75,56); }
td.TdClassName
{
border-color: #614B38;
}
.TagClassName
{
border-color: #614B38;
}
</style>