Shades of Jambalaya #634938
Tints of Jambalaya #634938
RGB
CMYK
RGB Variations
Color information
#634938 (or 0x634938) is known color: Jambalaya. HEX triplet: 63, 49 and 38. RGB value is (99,73,56). Sum of RGB (Red+Green+Blue) = 99+73+56=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634938 is #9CB6C7. Grayscale: #4E4E4E. Windows color (decimal): -10270408 or 3688803. OLE color: 3688803.
HSL color Cylindrical-coordinate representation of color #634938: hue angle of 23.72º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #634938 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 56 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.61 |
| HSL | 23.72º | 0.28% | 0.3% | - |
| HSV(B) | 23.72º | 0.43% | 0.39% | - |
| XYZ | 8.24 | 7.7 | 4.79 | - |
| YUV | 78.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 56 | 0 | 0.26 | 0.43 | 0.61 | 23.72 | 0.28 | 0.3 |
| Hex | 63 | 49 | 38 | 0 | 1A | 2B | 3D | 18 | 1C | 1E |
| Octal | 143 | 111 | 70 | 0 | 32 | 53 | 75 | 30 | 34 | 36 |
| Binary | 1100011 | 1001001 | 111000 | 0 | 11010 | 101011 | 111101 | 11000 | 11100 | 11110 |
Color Harmonies of #634938
Complementary color
Monochromatic Colors of #634938
Black with #634938
Text Example
Text Example
White with #634938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634938; }
p { color: rgb(99,73,56); }
H1.HeaderClassName
{
color: #634938;
}
.AnyTagClassName
{
color: #634938;
}
</style>
background-color css
<style>
a { background-color: #634938; }
a { background-color: rgb(99,73,56); }
div.DivClassName
{
background-color: #634938;
}
.BgClassName
{
background-color: #634938;
}
</style>
border-color css
<style>
span { border-color: #634938; }
span { border-color: rgb(99,73,56); }
td.TdClassName
{
border-color: #634938;
}
.TagClassName
{
border-color: #634938;
}
</style>