Shades of Jambalaya #674334
Tints of Jambalaya #674334
RGB
CMYK
RGB Variations
Color information
#674334 (or 0x674334) is known color: Jambalaya. HEX triplet: 67, 43 and 34. RGB value is (103,67,52). Sum of RGB (Red+Green+Blue) = 103+67+52=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #674334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674334 is #98BCCB. Grayscale: #4C4C4C. Windows color (decimal): -10009804 or 3425127. OLE color: 3425127.
HSL color Cylindrical-coordinate representation of color #674334: hue angle of 17.65º 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 #674334 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 67 | 52 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.60 |
| HSL | 17.65º | 0.33% | 0.3% | - |
| HSV(B) | 17.65º | 0.5% | 0.4% | - |
| XYZ | 8.22 | 7.15 | 4.19 | - |
| YUV | 76.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 52 | 0 | 0.35 | 0.50 | 0.60 | 17.65 | 0.33 | 0.3 |
| Hex | 67 | 43 | 34 | 0 | 23 | 32 | 3C | 12 | 21 | 1E |
| Octal | 147 | 103 | 64 | 0 | 43 | 62 | 74 | 22 | 41 | 36 |
| Binary | 1100111 | 1000011 | 110100 | 0 | 100011 | 110010 | 111100 | 10010 | 100001 | 11110 |
Color Harmonies of #674334
Complementary color
Monochromatic Colors of #674334
Black with #674334
Text Example
Text Example
White with #674334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674334; }
p { color: rgb(103,67,52); }
H1.HeaderClassName
{
color: #674334;
}
.AnyTagClassName
{
color: #674334;
}
</style>
background-color css
<style>
a { background-color: #674334; }
a { background-color: rgb(103,67,52); }
div.DivClassName
{
background-color: #674334;
}
.BgClassName
{
background-color: #674334;
}
</style>
border-color css
<style>
span { border-color: #674334; }
span { border-color: rgb(103,67,52); }
td.TdClassName
{
border-color: #674334;
}
.TagClassName
{
border-color: #674334;
}
</style>