Shades of Jambalaya #634D3A
Tints of Jambalaya #634D3A
RGB
CMYK
RGB Variations
Color information
#634D3A (or 0x634D3A) is known color: Jambalaya. HEX triplet: 63, 4D and 3A. RGB value is (99,77,58). Sum of RGB (Red+Green+Blue) = 99+77+58=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D3A is #9CB2C5. Grayscale: #515151. Windows color (decimal): -10269382 or 3820899. OLE color: 3820899.
HSL color Cylindrical-coordinate representation of color #634D3A: hue angle of 27.8º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #634D3A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 58 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.61 |
| HSL | 27.8º | 0.26% | 0.31% | - |
| HSV(B) | 27.8º | 0.41% | 0.39% | - |
| XYZ | 8.56 | 8.27 | 5.15 | - |
| YUV | 81.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 58 | 0 | 0.22 | 0.41 | 0.61 | 27.8 | 0.26 | 0.31 |
| Hex | 63 | 4D | 3A | 0 | 16 | 29 | 3D | 1C | 1A | 1F |
| Octal | 143 | 115 | 72 | 0 | 26 | 51 | 75 | 34 | 32 | 37 |
| Binary | 1100011 | 1001101 | 111010 | 0 | 10110 | 101001 | 111101 | 11100 | 11010 | 11111 |
Color Harmonies of #634D3A
Complementary color
Monochromatic Colors of #634D3A
Black with #634D3A
Text Example
Text Example
White with #634D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D3A; }
p { color: rgb(99,77,58); }
H1.HeaderClassName
{
color: #634D3A;
}
.AnyTagClassName
{
color: #634D3A;
}
</style>
background-color css
<style>
a { background-color: #634D3A; }
a { background-color: rgb(99,77,58); }
div.DivClassName
{
background-color: #634D3A;
}
.BgClassName
{
background-color: #634D3A;
}
</style>
border-color css
<style>
span { border-color: #634D3A; }
span { border-color: rgb(99,77,58); }
td.TdClassName
{
border-color: #634D3A;
}
.TagClassName
{
border-color: #634D3A;
}
</style>