Shades of Jambalaya #634431
Tints of Jambalaya #634431
RGB
CMYK
RGB Variations
Color information
#634431 (or 0x634431) is known color: Jambalaya. HEX triplet: 63, 44 and 31. RGB value is (99,68,49). Sum of RGB (Red+Green+Blue) = 99+68+49=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #634431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634431 is #9CBBCE. Grayscale: #4B4B4B. Windows color (decimal): -10271695 or 3228771. OLE color: 3228771.
HSL color Cylindrical-coordinate representation of color #634431: hue angle of 22.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634431 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 49 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.61 |
| HSL | 22.8º | 0.34% | 0.29% | - |
| HSV(B) | 22.8º | 0.51% | 0.39% | - |
| XYZ | 7.77 | 7.01 | 3.85 | - |
| YUV | 75.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 49 | 0 | 0.31 | 0.51 | 0.61 | 22.8 | 0.34 | 0.29 |
| Hex | 63 | 44 | 31 | 0 | 1F | 33 | 3D | 17 | 22 | 1D |
| Octal | 143 | 104 | 61 | 0 | 37 | 63 | 75 | 27 | 42 | 35 |
| Binary | 1100011 | 1000100 | 110001 | 0 | 11111 | 110011 | 111101 | 10111 | 100010 | 11101 |
Color Harmonies of #634431
Complementary color
Monochromatic Colors of #634431
Black with #634431
Text Example
Text Example
White with #634431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634431; }
p { color: rgb(99,68,49); }
H1.HeaderClassName
{
color: #634431;
}
.AnyTagClassName
{
color: #634431;
}
</style>
background-color css
<style>
a { background-color: #634431; }
a { background-color: rgb(99,68,49); }
div.DivClassName
{
background-color: #634431;
}
.BgClassName
{
background-color: #634431;
}
</style>
border-color css
<style>
span { border-color: #634431; }
span { border-color: rgb(99,68,49); }
td.TdClassName
{
border-color: #634431;
}
.TagClassName
{
border-color: #634431;
}
</style>