Shades of Jambalaya #634A3C
Tints of Jambalaya #634A3C
RGB
CMYK
RGB Variations
Color information
#634A3C (or 0x634A3C) is known color: Jambalaya. HEX triplet: 63, 4A and 3C. RGB value is (99,74,60). Sum of RGB (Red+Green+Blue) = 99+74+60=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3C is #9CB5C3. Grayscale: #4F4F4F. Windows color (decimal): -10270148 or 3951203. OLE color: 3951203.
HSL color Cylindrical-coordinate representation of color #634A3C: hue angle of 21.54º 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 #634A3C is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 60 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.61 |
| HSL | 21.54º | 0.25% | 0.31% | - |
| HSV(B) | 21.54º | 0.39% | 0.39% | - |
| XYZ | 8.41 | 7.88 | 5.35 | - |
| YUV | 79.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 60 | 0 | 0.25 | 0.39 | 0.61 | 21.54 | 0.25 | 0.31 |
| Hex | 63 | 4A | 3C | 0 | 19 | 27 | 3D | 16 | 19 | 1F |
| Octal | 143 | 112 | 74 | 0 | 31 | 47 | 75 | 26 | 31 | 37 |
| Binary | 1100011 | 1001010 | 111100 | 0 | 11001 | 100111 | 111101 | 10110 | 11001 | 11111 |
Color Harmonies of #634A3C
Complementary color
Monochromatic Colors of #634A3C
Black with #634A3C
Text Example
Text Example
White with #634A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A3C; }
p { color: rgb(99,74,60); }
H1.HeaderClassName
{
color: #634A3C;
}
.AnyTagClassName
{
color: #634A3C;
}
</style>
background-color css
<style>
a { background-color: #634A3C; }
a { background-color: rgb(99,74,60); }
div.DivClassName
{
background-color: #634A3C;
}
.BgClassName
{
background-color: #634A3C;
}
</style>
border-color css
<style>
span { border-color: #634A3C; }
span { border-color: rgb(99,74,60); }
td.TdClassName
{
border-color: #634A3C;
}
.TagClassName
{
border-color: #634A3C;
}
</style>