Shades of Jambalaya #674D39
Tints of Jambalaya #674D39
RGB
CMYK
RGB Variations
Color information
#674D39 (or 0x674D39) is known color: Jambalaya. HEX triplet: 67, 4D and 39. RGB value is (103,77,57). Sum of RGB (Red+Green+Blue) = 103+77+57=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #674D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D39 is #98B2C6. Grayscale: #525252. Windows color (decimal): -10007239 or 3755367. OLE color: 3755367.
HSL color Cylindrical-coordinate representation of color #674D39: hue angle of 26.09º 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 #674D39 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 57 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.60 |
| HSL | 26.09º | 0.29% | 0.31% | - |
| HSV(B) | 26.09º | 0.45% | 0.4% | - |
| XYZ | 8.99 | 8.49 | 5.04 | - |
| YUV | 82.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 57 | 0 | 0.25 | 0.45 | 0.60 | 26.09 | 0.29 | 0.31 |
| Hex | 67 | 4D | 39 | 0 | 19 | 2D | 3C | 1A | 1D | 1F |
| Octal | 147 | 115 | 71 | 0 | 31 | 55 | 74 | 32 | 35 | 37 |
| Binary | 1100111 | 1001101 | 111001 | 0 | 11001 | 101101 | 111100 | 11010 | 11101 | 11111 |
Color Harmonies of #674D39
Complementary color
Monochromatic Colors of #674D39
Black with #674D39
Text Example
Text Example
White with #674D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D39; }
p { color: rgb(103,77,57); }
H1.HeaderClassName
{
color: #674D39;
}
.AnyTagClassName
{
color: #674D39;
}
</style>
background-color css
<style>
a { background-color: #674D39; }
a { background-color: rgb(103,77,57); }
div.DivClassName
{
background-color: #674D39;
}
.BgClassName
{
background-color: #674D39;
}
</style>
border-color css
<style>
span { border-color: #674D39; }
span { border-color: rgb(103,77,57); }
td.TdClassName
{
border-color: #674D39;
}
.TagClassName
{
border-color: #674D39;
}
</style>