Shades of Jambalaya #674C39
Tints of Jambalaya #674C39
RGB
CMYK
RGB Variations
Color information
#674C39 (or 0x674C39) is known color: Jambalaya. HEX triplet: 67, 4C and 39. RGB value is (103,76,57). Sum of RGB (Red+Green+Blue) = 103+76+57=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #674C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C39 is #98B3C6. Grayscale: #525252. Windows color (decimal): -10007495 or 3755111. OLE color: 3755111.
HSL color Cylindrical-coordinate representation of color #674C39: hue angle of 24.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #674C39 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 57 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.60 |
| HSL | 24.78º | 0.29% | 0.31% | - |
| HSV(B) | 24.78º | 0.45% | 0.4% | - |
| XYZ | 8.92 | 8.35 | 5.01 | - |
| YUV | 81.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 57 | 0 | 0.26 | 0.45 | 0.60 | 24.78 | 0.29 | 0.31 |
| Hex | 67 | 4C | 39 | 0 | 1A | 2D | 3C | 19 | 1D | 1F |
| Octal | 147 | 114 | 71 | 0 | 32 | 55 | 74 | 31 | 35 | 37 |
| Binary | 1100111 | 1001100 | 111001 | 0 | 11010 | 101101 | 111100 | 11001 | 11101 | 11111 |
Color Harmonies of #674C39
Complementary color
Monochromatic Colors of #674C39
Black with #674C39
Text Example
Text Example
White with #674C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C39; }
p { color: rgb(103,76,57); }
H1.HeaderClassName
{
color: #674C39;
}
.AnyTagClassName
{
color: #674C39;
}
</style>
background-color css
<style>
a { background-color: #674C39; }
a { background-color: rgb(103,76,57); }
div.DivClassName
{
background-color: #674C39;
}
.BgClassName
{
background-color: #674C39;
}
</style>
border-color css
<style>
span { border-color: #674C39; }
span { border-color: rgb(103,76,57); }
td.TdClassName
{
border-color: #674C39;
}
.TagClassName
{
border-color: #674C39;
}
</style>