Shades of Jambalaya #674932
Tints of Jambalaya #674932
RGB
CMYK
RGB Variations
Color information
#674932 (or 0x674932) is known color: Jambalaya. HEX triplet: 67, 49 and 32. RGB value is (103,73,50). Sum of RGB (Red+Green+Blue) = 103+73+50=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #674932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674932 is #98B6CD. Grayscale: #4F4F4F. Windows color (decimal): -10008270 or 3295591. OLE color: 3295591.
HSL color Cylindrical-coordinate representation of color #674932: hue angle of 26.04º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674932 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 50 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.60 |
| HSL | 26.04º | 0.35% | 0.3% | - |
| HSV(B) | 26.04º | 0.51% | 0.4% | - |
| XYZ | 8.55 | 7.88 | 4.09 | - |
| YUV | 79.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 50 | 0 | 0.29 | 0.51 | 0.60 | 26.04 | 0.35 | 0.3 |
| Hex | 67 | 49 | 32 | 0 | 1D | 33 | 3C | 1A | 23 | 1E |
| Octal | 147 | 111 | 62 | 0 | 35 | 63 | 74 | 32 | 43 | 36 |
| Binary | 1100111 | 1001001 | 110010 | 0 | 11101 | 110011 | 111100 | 11010 | 100011 | 11110 |
Color Harmonies of #674932
Complementary color
Monochromatic Colors of #674932
Black with #674932
Text Example
Text Example
White with #674932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674932; }
p { color: rgb(103,73,50); }
H1.HeaderClassName
{
color: #674932;
}
.AnyTagClassName
{
color: #674932;
}
</style>
background-color css
<style>
a { background-color: #674932; }
a { background-color: rgb(103,73,50); }
div.DivClassName
{
background-color: #674932;
}
.BgClassName
{
background-color: #674932;
}
</style>
border-color css
<style>
span { border-color: #674932; }
span { border-color: rgb(103,73,50); }
td.TdClassName
{
border-color: #674932;
}
.TagClassName
{
border-color: #674932;
}
</style>