Shades of Jambalaya #624B3A
Tints of Jambalaya #624B3A
RGB
CMYK
RGB Variations
Color information
#624B3A (or 0x624B3A) is known color: Jambalaya. HEX triplet: 62, 4B and 3A. RGB value is (98,75,58). Sum of RGB (Red+Green+Blue) = 98+75+58=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #624B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B3A is #9DB4C5. Grayscale: #505050. Windows color (decimal): -10335430 or 3820386. OLE color: 3820386.
HSL color Cylindrical-coordinate representation of color #624B3A: hue angle of 25.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #624B3A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 58 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.62 |
| HSL | 25.5º | 0.26% | 0.31% | - |
| HSV(B) | 25.5º | 0.41% | 0.38% | - |
| XYZ | 8.32 | 7.93 | 5.1 | - |
| YUV | 79.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 58 | 0 | 0.23 | 0.41 | 0.62 | 25.5 | 0.26 | 0.31 |
| Hex | 62 | 4B | 3A | 0 | 17 | 29 | 3E | 1A | 1A | 1F |
| Octal | 142 | 113 | 72 | 0 | 27 | 51 | 76 | 32 | 32 | 37 |
| Binary | 1100010 | 1001011 | 111010 | 0 | 10111 | 101001 | 111110 | 11010 | 11010 | 11111 |
Color Harmonies of #624B3A
Complementary color
Monochromatic Colors of #624B3A
Black with #624B3A
Text Example
Text Example
White with #624B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B3A; }
p { color: rgb(98,75,58); }
H1.HeaderClassName
{
color: #624B3A;
}
.AnyTagClassName
{
color: #624B3A;
}
</style>
background-color css
<style>
a { background-color: #624B3A; }
a { background-color: rgb(98,75,58); }
div.DivClassName
{
background-color: #624B3A;
}
.BgClassName
{
background-color: #624B3A;
}
</style>
border-color css
<style>
span { border-color: #624B3A; }
span { border-color: rgb(98,75,58); }
td.TdClassName
{
border-color: #624B3A;
}
.TagClassName
{
border-color: #624B3A;
}
</style>