Shades of Jambalaya #634A34
Tints of Jambalaya #634A34
RGB
CMYK
RGB Variations
Color information
#634A34 (or 0x634A34) is known color: Jambalaya. HEX triplet: 63, 4A and 34. RGB value is (99,74,52). Sum of RGB (Red+Green+Blue) = 99+74+52=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #634A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A34 is #9CB5CB. Grayscale: #4F4F4F. Windows color (decimal): -10270156 or 3426915. OLE color: 3426915.
HSL color Cylindrical-coordinate representation of color #634A34: hue angle of 28.09º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634A34 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 52 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.61 |
| HSL | 28.09º | 0.31% | 0.3% | - |
| HSV(B) | 28.09º | 0.47% | 0.39% | - |
| XYZ | 8.21 | 7.8 | 4.32 | - |
| YUV | 78.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 52 | 0 | 0.25 | 0.47 | 0.61 | 28.09 | 0.31 | 0.3 |
| Hex | 63 | 4A | 34 | 0 | 19 | 2F | 3D | 1C | 1F | 1E |
| Octal | 143 | 112 | 64 | 0 | 31 | 57 | 75 | 34 | 37 | 36 |
| Binary | 1100011 | 1001010 | 110100 | 0 | 11001 | 101111 | 111101 | 11100 | 11111 | 11110 |
Color Harmonies of #634A34
Complementary color
Monochromatic Colors of #634A34
Black with #634A34
Text Example
Text Example
White with #634A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A34; }
p { color: rgb(99,74,52); }
H1.HeaderClassName
{
color: #634A34;
}
.AnyTagClassName
{
color: #634A34;
}
</style>
background-color css
<style>
a { background-color: #634A34; }
a { background-color: rgb(99,74,52); }
div.DivClassName
{
background-color: #634A34;
}
.BgClassName
{
background-color: #634A34;
}
</style>
border-color css
<style>
span { border-color: #634A34; }
span { border-color: rgb(99,74,52); }
td.TdClassName
{
border-color: #634A34;
}
.TagClassName
{
border-color: #634A34;
}
</style>