Shades of Jambalaya #63493C
Tints of Jambalaya #63493C
RGB
CMYK
RGB Variations
Color information
#63493C (or 0x63493C) is known color: Jambalaya. HEX triplet: 63, 49 and 3C. RGB value is (99,73,60). Sum of RGB (Red+Green+Blue) = 99+73+60=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63493C is #9CB6C3. Grayscale: #4F4F4F. Windows color (decimal): -10270404 or 3950947. OLE color: 3950947.
HSL color Cylindrical-coordinate representation of color #63493C: hue angle of 20º 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 #63493C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 60 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.61 |
| HSL | 20º | 0.25% | 0.31% | - |
| HSV(B) | 20º | 0.39% | 0.39% | - |
| XYZ | 8.34 | 7.74 | 5.33 | - |
| YUV | 79.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 60 | 0 | 0.26 | 0.39 | 0.61 | 20 | 0.25 | 0.31 |
| Hex | 63 | 49 | 3C | 0 | 1A | 27 | 3D | 14 | 19 | 1F |
| Octal | 143 | 111 | 74 | 0 | 32 | 47 | 75 | 24 | 31 | 37 |
| Binary | 1100011 | 1001001 | 111100 | 0 | 11010 | 100111 | 111101 | 10100 | 11001 | 11111 |
Color Harmonies of #63493C
Complementary color
Monochromatic Colors of #63493C
Black with #63493C
Text Example
Text Example
White with #63493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63493C; }
p { color: rgb(99,73,60); }
H1.HeaderClassName
{
color: #63493C;
}
.AnyTagClassName
{
color: #63493C;
}
</style>
background-color css
<style>
a { background-color: #63493C; }
a { background-color: rgb(99,73,60); }
div.DivClassName
{
background-color: #63493C;
}
.BgClassName
{
background-color: #63493C;
}
</style>
border-color css
<style>
span { border-color: #63493C; }
span { border-color: rgb(99,73,60); }
td.TdClassName
{
border-color: #63493C;
}
.TagClassName
{
border-color: #63493C;
}
</style>