Shades of Jambalaya #634D3C
Tints of Jambalaya #634D3C
RGB
CMYK
RGB Variations
Color information
#634D3C (or 0x634D3C) is known color: Jambalaya. HEX triplet: 63, 4D and 3C. RGB value is (99,77,60). Sum of RGB (Red+Green+Blue) = 99+77+60=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #634D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D3C is #9CB2C3. Grayscale: #515151. Windows color (decimal): -10269380 or 3951971. OLE color: 3951971.
HSL color Cylindrical-coordinate representation of color #634D3C: hue angle of 26.15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #634D3C is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 60 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.61 |
| HSL | 26.15º | 0.25% | 0.31% | - |
| HSV(B) | 26.15º | 0.39% | 0.39% | - |
| XYZ | 8.62 | 8.29 | 5.42 | - |
| YUV | 81.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 60 | 0 | 0.22 | 0.39 | 0.61 | 26.15 | 0.25 | 0.31 |
| Hex | 63 | 4D | 3C | 0 | 16 | 27 | 3D | 1A | 19 | 1F |
| Octal | 143 | 115 | 74 | 0 | 26 | 47 | 75 | 32 | 31 | 37 |
| Binary | 1100011 | 1001101 | 111100 | 0 | 10110 | 100111 | 111101 | 11010 | 11001 | 11111 |
Color Harmonies of #634D3C
Complementary color
Monochromatic Colors of #634D3C
Black with #634D3C
Text Example
Text Example
White with #634D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D3C; }
p { color: rgb(99,77,60); }
H1.HeaderClassName
{
color: #634D3C;
}
.AnyTagClassName
{
color: #634D3C;
}
</style>
background-color css
<style>
a { background-color: #634D3C; }
a { background-color: rgb(99,77,60); }
div.DivClassName
{
background-color: #634D3C;
}
.BgClassName
{
background-color: #634D3C;
}
</style>
border-color css
<style>
span { border-color: #634D3C; }
span { border-color: rgb(99,77,60); }
td.TdClassName
{
border-color: #634D3C;
}
.TagClassName
{
border-color: #634D3C;
}
</style>