Shades of Jambalaya #664938
Tints of Jambalaya #664938
RGB
CMYK
RGB Variations
Color information
#664938 (or 0x664938) is known color: Jambalaya. HEX triplet: 66, 49 and 38. RGB value is (102,73,56). Sum of RGB (Red+Green+Blue) = 102+73+56=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #664938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664938 is #99B6C7. Grayscale: #4F4F4F. Windows color (decimal): -10073800 or 3688806. OLE color: 3688806.
HSL color Cylindrical-coordinate representation of color #664938: hue angle of 22.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #664938 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 56 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.6 |
| HSL | 22.17º | 0.29% | 0.31% | - |
| HSV(B) | 22.17º | 0.45% | 0.4% | - |
| XYZ | 8.58 | 7.88 | 4.81 | - |
| YUV | 79.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 56 | 0 | 0.28 | 0.45 | 0.6 | 22.17 | 0.29 | 0.31 |
| Hex | 66 | 49 | 38 | 0 | 1C | 2D | 3C | 16 | 1D | 1F |
| Octal | 146 | 111 | 70 | 0 | 34 | 55 | 74 | 26 | 35 | 37 |
| Binary | 1100110 | 1001001 | 111000 | 0 | 11100 | 101101 | 111100 | 10110 | 11101 | 11111 |
Color Harmonies of #664938
Complementary color
Monochromatic Colors of #664938
Black with #664938
Text Example
Text Example
White with #664938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664938; }
p { color: rgb(102,73,56); }
H1.HeaderClassName
{
color: #664938;
}
.AnyTagClassName
{
color: #664938;
}
</style>
background-color css
<style>
a { background-color: #664938; }
a { background-color: rgb(102,73,56); }
div.DivClassName
{
background-color: #664938;
}
.BgClassName
{
background-color: #664938;
}
</style>
border-color css
<style>
span { border-color: #664938; }
span { border-color: rgb(102,73,56); }
td.TdClassName
{
border-color: #664938;
}
.TagClassName
{
border-color: #664938;
}
</style>