Shades of Jambalaya #674234
Tints of Jambalaya #674234
RGB
CMYK
RGB Variations
Color information
#674234 (or 0x674234) is known color: Jambalaya. HEX triplet: 67, 42 and 34. RGB value is (103,66,52). Sum of RGB (Red+Green+Blue) = 103+66+52=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #674234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674234 is #98BDCB. Grayscale: #4B4B4B. Windows color (decimal): -10010060 or 3424871. OLE color: 3424871.
HSL color Cylindrical-coordinate representation of color #674234: hue angle of 16.47º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674234 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 52 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.60 |
| HSL | 16.47º | 0.33% | 0.3% | - |
| HSV(B) | 16.47º | 0.5% | 0.4% | - |
| XYZ | 8.16 | 7.03 | 4.18 | - |
| YUV | 75.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 52 | 0 | 0.36 | 0.50 | 0.60 | 16.47 | 0.33 | 0.3 |
| Hex | 67 | 42 | 34 | 0 | 24 | 32 | 3C | 10 | 21 | 1E |
| Octal | 147 | 102 | 64 | 0 | 44 | 62 | 74 | 20 | 41 | 36 |
| Binary | 1100111 | 1000010 | 110100 | 0 | 100100 | 110010 | 111100 | 10000 | 100001 | 11110 |
Color Harmonies of #674234
Complementary color
Monochromatic Colors of #674234
Black with #674234
Text Example
Text Example
White with #674234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674234; }
p { color: rgb(103,66,52); }
H1.HeaderClassName
{
color: #674234;
}
.AnyTagClassName
{
color: #674234;
}
</style>
background-color css
<style>
a { background-color: #674234; }
a { background-color: rgb(103,66,52); }
div.DivClassName
{
background-color: #674234;
}
.BgClassName
{
background-color: #674234;
}
</style>
border-color css
<style>
span { border-color: #674234; }
span { border-color: rgb(103,66,52); }
td.TdClassName
{
border-color: #674234;
}
.TagClassName
{
border-color: #674234;
}
</style>