Shades of Jambalaya #674130
Tints of Jambalaya #674130
RGB
CMYK
RGB Variations
Color information
#674130 (or 0x674130) is known color: Jambalaya. HEX triplet: 67, 41 and 30. RGB value is (103,65,48). Sum of RGB (Red+Green+Blue) = 103+65+48=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #674130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674130 is #98BECF. Grayscale: #4A4A4A. Windows color (decimal): -10010320 or 3162471. OLE color: 3162471.
HSL color Cylindrical-coordinate representation of color #674130: hue angle of 18.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674130 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 48 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.60 |
| HSL | 18.55º | 0.36% | 0.3% | - |
| HSV(B) | 18.55º | 0.53% | 0.4% | - |
| XYZ | 8.02 | 6.88 | 3.7 | - |
| YUV | 74.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 48 | 0 | 0.37 | 0.53 | 0.60 | 18.55 | 0.36 | 0.3 |
| Hex | 67 | 41 | 30 | 0 | 25 | 35 | 3C | 13 | 24 | 1E |
| Octal | 147 | 101 | 60 | 0 | 45 | 65 | 74 | 23 | 44 | 36 |
| Binary | 1100111 | 1000001 | 110000 | 0 | 100101 | 110101 | 111100 | 10011 | 100100 | 11110 |
Color Harmonies of #674130
Complementary color
Monochromatic Colors of #674130
Black with #674130
Text Example
Text Example
White with #674130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674130; }
p { color: rgb(103,65,48); }
H1.HeaderClassName
{
color: #674130;
}
.AnyTagClassName
{
color: #674130;
}
</style>
background-color css
<style>
a { background-color: #674130; }
a { background-color: rgb(103,65,48); }
div.DivClassName
{
background-color: #674130;
}
.BgClassName
{
background-color: #674130;
}
</style>
border-color css
<style>
span { border-color: #674130; }
span { border-color: rgb(103,65,48); }
td.TdClassName
{
border-color: #674130;
}
.TagClassName
{
border-color: #674130;
}
</style>