Shades of Jambalaya #614633
Tints of Jambalaya #614633
RGB
CMYK
RGB Variations
Color information
#614633 (or 0x614633) is known color: Jambalaya. HEX triplet: 61, 46 and 33. RGB value is (97,70,51). Sum of RGB (Red+Green+Blue) = 97+70+51=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614633 is #9EB9CC. Grayscale: #4C4C4C. Windows color (decimal): -10402253 or 3360353. OLE color: 3360353.
HSL color Cylindrical-coordinate representation of color #614633: hue angle of 24.78º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614633 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 70 | 51 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.62 |
| HSL | 24.78º | 0.31% | 0.29% | - |
| HSV(B) | 24.78º | 0.47% | 0.38% | - |
| XYZ | 7.72 | 7.16 | 4.11 | - |
| YUV | 75.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 51 | 0 | 0.28 | 0.47 | 0.62 | 24.78 | 0.31 | 0.29 |
| Hex | 61 | 46 | 33 | 0 | 1C | 2F | 3E | 19 | 1F | 1D |
| Octal | 141 | 106 | 63 | 0 | 34 | 57 | 76 | 31 | 37 | 35 |
| Binary | 1100001 | 1000110 | 110011 | 0 | 11100 | 101111 | 111110 | 11001 | 11111 | 11101 |
Color Harmonies of #614633
Complementary color
Monochromatic Colors of #614633
Black with #614633
Text Example
Text Example
White with #614633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614633; }
p { color: rgb(97,70,51); }
H1.HeaderClassName
{
color: #614633;
}
.AnyTagClassName
{
color: #614633;
}
</style>
background-color css
<style>
a { background-color: #614633; }
a { background-color: rgb(97,70,51); }
div.DivClassName
{
background-color: #614633;
}
.BgClassName
{
background-color: #614633;
}
</style>
border-color css
<style>
span { border-color: #614633; }
span { border-color: rgb(97,70,51); }
td.TdClassName
{
border-color: #614633;
}
.TagClassName
{
border-color: #614633;
}
</style>