Shades of Jambalaya #674B33
Tints of Jambalaya #674B33
RGB
CMYK
RGB Variations
Color information
#674B33 (or 0x674B33) is known color: Jambalaya. HEX triplet: 67, 4B and 33. RGB value is (103,75,51). Sum of RGB (Red+Green+Blue) = 103+75+51=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #674B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B33 is #98B4CC. Grayscale: #505050. Windows color (decimal): -10007757 or 3361639. OLE color: 3361639.
HSL color Cylindrical-coordinate representation of color #674B33: hue angle of 27.69º degrees, saturation: 0.34, 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 #674B33 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 51 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.60 |
| HSL | 27.69º | 0.34% | 0.3% | - |
| HSV(B) | 27.69º | 0.5% | 0.4% | - |
| XYZ | 8.71 | 8.15 | 4.25 | - |
| YUV | 80.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 51 | 0 | 0.27 | 0.50 | 0.60 | 27.69 | 0.34 | 0.3 |
| Hex | 67 | 4B | 33 | 0 | 1B | 32 | 3C | 1C | 22 | 1E |
| Octal | 147 | 113 | 63 | 0 | 33 | 62 | 74 | 34 | 42 | 36 |
| Binary | 1100111 | 1001011 | 110011 | 0 | 11011 | 110010 | 111100 | 11100 | 100010 | 11110 |
Color Harmonies of #674B33
Complementary color
Monochromatic Colors of #674B33
Black with #674B33
Text Example
Text Example
White with #674B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B33; }
p { color: rgb(103,75,51); }
H1.HeaderClassName
{
color: #674B33;
}
.AnyTagClassName
{
color: #674B33;
}
</style>
background-color css
<style>
a { background-color: #674B33; }
a { background-color: rgb(103,75,51); }
div.DivClassName
{
background-color: #674B33;
}
.BgClassName
{
background-color: #674B33;
}
</style>
border-color css
<style>
span { border-color: #674B33; }
span { border-color: rgb(103,75,51); }
td.TdClassName
{
border-color: #674B33;
}
.TagClassName
{
border-color: #674B33;
}
</style>