Shades of Jambalaya #674D38
Tints of Jambalaya #674D38
RGB
CMYK
RGB Variations
Color information
#674D38 (or 0x674D38) is known color: Jambalaya. HEX triplet: 67, 4D and 38. RGB value is (103,77,56). Sum of RGB (Red+Green+Blue) = 103+77+56=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #674D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D38 is #98B2C7. Grayscale: #525252. Windows color (decimal): -10007240 or 3689831. OLE color: 3689831.
HSL color Cylindrical-coordinate representation of color #674D38: hue angle of 26.81º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674D38 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 56 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.60 |
| HSL | 26.81º | 0.3% | 0.31% | - |
| HSV(B) | 26.81º | 0.46% | 0.4% | - |
| XYZ | 8.96 | 8.48 | 4.91 | - |
| YUV | 82.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 56 | 0 | 0.25 | 0.46 | 0.60 | 26.81 | 0.3 | 0.31 |
| Hex | 67 | 4D | 38 | 0 | 19 | 2E | 3C | 1B | 1E | 1F |
| Octal | 147 | 115 | 70 | 0 | 31 | 56 | 74 | 33 | 36 | 37 |
| Binary | 1100111 | 1001101 | 111000 | 0 | 11001 | 101110 | 111100 | 11011 | 11110 | 11111 |
Color Harmonies of #674D38
Complementary color
Monochromatic Colors of #674D38
Black with #674D38
Text Example
Text Example
White with #674D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D38; }
p { color: rgb(103,77,56); }
H1.HeaderClassName
{
color: #674D38;
}
.AnyTagClassName
{
color: #674D38;
}
</style>
background-color css
<style>
a { background-color: #674D38; }
a { background-color: rgb(103,77,56); }
div.DivClassName
{
background-color: #674D38;
}
.BgClassName
{
background-color: #674D38;
}
</style>
border-color css
<style>
span { border-color: #674D38; }
span { border-color: rgb(103,77,56); }
td.TdClassName
{
border-color: #674D38;
}
.TagClassName
{
border-color: #674D38;
}
</style>