Shades of Jambalaya #674D3A
Tints of Jambalaya #674D3A
RGB
CMYK
RGB Variations
Color information
#674D3A (or 0x674D3A) is known color: Jambalaya. HEX triplet: 67, 4D and 3A. RGB value is (103,77,58). Sum of RGB (Red+Green+Blue) = 103+77+58=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #674D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D3A is #98B2C5. Grayscale: #525252. Windows color (decimal): -10007238 or 3820903. OLE color: 3820903.
HSL color Cylindrical-coordinate representation of color #674D3A: hue angle of 25.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674D3A is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 58 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.60 |
| HSL | 25.33º | 0.28% | 0.32% | - |
| HSV(B) | 25.33º | 0.44% | 0.4% | - |
| XYZ | 9.01 | 8.5 | 5.17 | - |
| YUV | 82.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 58 | 0 | 0.25 | 0.44 | 0.60 | 25.33 | 0.28 | 0.32 |
| Hex | 67 | 4D | 3A | 0 | 19 | 2C | 3C | 19 | 1C | 20 |
| Octal | 147 | 115 | 72 | 0 | 31 | 54 | 74 | 31 | 34 | 40 |
| Binary | 1100111 | 1001101 | 111010 | 0 | 11001 | 101100 | 111100 | 11001 | 11100 | 100000 |
Color Harmonies of #674D3A
Complementary color
Monochromatic Colors of #674D3A
Black with #674D3A
Text Example
Text Example
White with #674D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D3A; }
p { color: rgb(103,77,58); }
H1.HeaderClassName
{
color: #674D3A;
}
.AnyTagClassName
{
color: #674D3A;
}
</style>
background-color css
<style>
a { background-color: #674D3A; }
a { background-color: rgb(103,77,58); }
div.DivClassName
{
background-color: #674D3A;
}
.BgClassName
{
background-color: #674D3A;
}
</style>
border-color css
<style>
span { border-color: #674D3A; }
span { border-color: rgb(103,77,58); }
td.TdClassName
{
border-color: #674D3A;
}
.TagClassName
{
border-color: #674D3A;
}
</style>