Shades of Jambalaya #604633
Tints of Jambalaya #604633
RGB
CMYK
RGB Variations
Color information
#604633 (or 0x604633) is known color: Jambalaya. HEX triplet: 60, 46 and 33. RGB value is (96,70,51). Sum of RGB (Red+Green+Blue) = 96+70+51=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #604633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604633 is #9FB9CC. Grayscale: #4B4B4B. Windows color (decimal): -10467789 or 3360352. OLE color: 3360352.
HSL color Cylindrical-coordinate representation of color #604633: hue angle of 25.33º 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 #604633 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 51 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.62 |
| HSL | 25.33º | 0.31% | 0.29% | - |
| HSV(B) | 25.33º | 0.47% | 0.38% | - |
| XYZ | 7.61 | 7.11 | 4.1 | - |
| YUV | 75.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 51 | 0 | 0.27 | 0.47 | 0.62 | 25.33 | 0.31 | 0.29 |
| Hex | 60 | 46 | 33 | 0 | 1B | 2F | 3E | 19 | 1F | 1D |
| Octal | 140 | 106 | 63 | 0 | 33 | 57 | 76 | 31 | 37 | 35 |
| Binary | 1100000 | 1000110 | 110011 | 0 | 11011 | 101111 | 111110 | 11001 | 11111 | 11101 |
Color Harmonies of #604633
Complementary color
Monochromatic Colors of #604633
Black with #604633
Text Example
Text Example
White with #604633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604633; }
p { color: rgb(96,70,51); }
H1.HeaderClassName
{
color: #604633;
}
.AnyTagClassName
{
color: #604633;
}
</style>
background-color css
<style>
a { background-color: #604633; }
a { background-color: rgb(96,70,51); }
div.DivClassName
{
background-color: #604633;
}
.BgClassName
{
background-color: #604633;
}
</style>
border-color css
<style>
span { border-color: #604633; }
span { border-color: rgb(96,70,51); }
td.TdClassName
{
border-color: #604633;
}
.TagClassName
{
border-color: #604633;
}
</style>