Shades of Jambalaya #634C37
Tints of Jambalaya #634C37
RGB
CMYK
RGB Variations
Color information
#634C37 (or 0x634C37) is known color: Jambalaya. HEX triplet: 63, 4C and 37. RGB value is (99,76,55). Sum of RGB (Red+Green+Blue) = 99+76+55=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #634C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C37 is #9CB3C8. Grayscale: #505050. Windows color (decimal): -10269641 or 3624035. OLE color: 3624035.
HSL color Cylindrical-coordinate representation of color #634C37: hue angle of 28.64º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634C37 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 55 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.61 |
| HSL | 28.64º | 0.29% | 0.3% | - |
| HSV(B) | 28.64º | 0.44% | 0.39% | - |
| XYZ | 8.42 | 8.1 | 4.73 | - |
| YUV | 80.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 55 | 0 | 0.23 | 0.44 | 0.61 | 28.64 | 0.29 | 0.3 |
| Hex | 63 | 4C | 37 | 0 | 17 | 2C | 3D | 1D | 1D | 1E |
| Octal | 143 | 114 | 67 | 0 | 27 | 54 | 75 | 35 | 35 | 36 |
| Binary | 1100011 | 1001100 | 110111 | 0 | 10111 | 101100 | 111101 | 11101 | 11101 | 11110 |
Color Harmonies of #634C37
Complementary color
Monochromatic Colors of #634C37
Black with #634C37
Text Example
Text Example
White with #634C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C37; }
p { color: rgb(99,76,55); }
H1.HeaderClassName
{
color: #634C37;
}
.AnyTagClassName
{
color: #634C37;
}
</style>
background-color css
<style>
a { background-color: #634C37; }
a { background-color: rgb(99,76,55); }
div.DivClassName
{
background-color: #634C37;
}
.BgClassName
{
background-color: #634C37;
}
</style>
border-color css
<style>
span { border-color: #634C37; }
span { border-color: rgb(99,76,55); }
td.TdClassName
{
border-color: #634C37;
}
.TagClassName
{
border-color: #634C37;
}
</style>