Shades of Jambalaya #674232
Tints of Jambalaya #674232
RGB
CMYK
RGB Variations
Color information
#674232 (or 0x674232) is known color: Jambalaya. HEX triplet: 67, 42 and 32. RGB value is (103,66,50). Sum of RGB (Red+Green+Blue) = 103+66+50=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #674232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674232 is #98BDCD. Grayscale: #4B4B4B. Windows color (decimal): -10010062 or 3293799. OLE color: 3293799.
HSL color Cylindrical-coordinate representation of color #674232: hue angle of 18.11º 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 #674232 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 50 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.60 |
| HSL | 18.11º | 0.35% | 0.3% | - |
| HSV(B) | 18.11º | 0.51% | 0.4% | - |
| XYZ | 8.12 | 7.01 | 3.94 | - |
| YUV | 75.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 50 | 0 | 0.36 | 0.51 | 0.60 | 18.11 | 0.35 | 0.3 |
| Hex | 67 | 42 | 32 | 0 | 24 | 33 | 3C | 12 | 23 | 1E |
| Octal | 147 | 102 | 62 | 0 | 44 | 63 | 74 | 22 | 43 | 36 |
| Binary | 1100111 | 1000010 | 110010 | 0 | 100100 | 110011 | 111100 | 10010 | 100011 | 11110 |
Color Harmonies of #674232
Complementary color
Monochromatic Colors of #674232
Black with #674232
Text Example
Text Example
White with #674232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674232; }
p { color: rgb(103,66,50); }
H1.HeaderClassName
{
color: #674232;
}
.AnyTagClassName
{
color: #674232;
}
</style>
background-color css
<style>
a { background-color: #674232; }
a { background-color: rgb(103,66,50); }
div.DivClassName
{
background-color: #674232;
}
.BgClassName
{
background-color: #674232;
}
</style>
border-color css
<style>
span { border-color: #674232; }
span { border-color: rgb(103,66,50); }
td.TdClassName
{
border-color: #674232;
}
.TagClassName
{
border-color: #674232;
}
</style>