Shades of Jambalaya #634B3A
Tints of Jambalaya #634B3A
RGB
CMYK
RGB Variations
Color information
#634B3A (or 0x634B3A) is known color: Jambalaya. HEX triplet: 63, 4B and 3A. RGB value is (99,75,58). Sum of RGB (Red+Green+Blue) = 99+75+58=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #634B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B3A is #9CB4C5. Grayscale: #505050. Windows color (decimal): -10269894 or 3820387. OLE color: 3820387.
HSL color Cylindrical-coordinate representation of color #634B3A: hue angle of 24.88º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #634B3A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 58 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.61 |
| HSL | 24.88º | 0.26% | 0.31% | - |
| HSV(B) | 24.88º | 0.41% | 0.39% | - |
| XYZ | 8.43 | 7.99 | 5.1 | - |
| YUV | 80.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 58 | 0 | 0.24 | 0.41 | 0.61 | 24.88 | 0.26 | 0.31 |
| Hex | 63 | 4B | 3A | 0 | 18 | 29 | 3D | 19 | 1A | 1F |
| Octal | 143 | 113 | 72 | 0 | 30 | 51 | 75 | 31 | 32 | 37 |
| Binary | 1100011 | 1001011 | 111010 | 0 | 11000 | 101001 | 111101 | 11001 | 11010 | 11111 |
Color Harmonies of #634B3A
Complementary color
Monochromatic Colors of #634B3A
Black with #634B3A
Text Example
Text Example
White with #634B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B3A; }
p { color: rgb(99,75,58); }
H1.HeaderClassName
{
color: #634B3A;
}
.AnyTagClassName
{
color: #634B3A;
}
</style>
background-color css
<style>
a { background-color: #634B3A; }
a { background-color: rgb(99,75,58); }
div.DivClassName
{
background-color: #634B3A;
}
.BgClassName
{
background-color: #634B3A;
}
</style>
border-color css
<style>
span { border-color: #634B3A; }
span { border-color: rgb(99,75,58); }
td.TdClassName
{
border-color: #634B3A;
}
.TagClassName
{
border-color: #634B3A;
}
</style>