Shades of Jambalaya #664838
Tints of Jambalaya #664838
RGB
CMYK
RGB Variations
Color information
#664838 (or 0x664838) is known color: Jambalaya. HEX triplet: 66, 48 and 38. RGB value is (102,72,56). Sum of RGB (Red+Green+Blue) = 102+72+56=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664838 is #99B7C7. Grayscale: #4F4F4F. Windows color (decimal): -10074056 or 3688550. OLE color: 3688550.
HSL color Cylindrical-coordinate representation of color #664838: hue angle of 20.87º 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 #664838 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 56 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.6 |
| HSL | 20.87º | 0.29% | 0.31% | - |
| HSV(B) | 20.87º | 0.45% | 0.4% | - |
| XYZ | 8.51 | 7.75 | 4.79 | - |
| YUV | 79.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 56 | 0 | 0.29 | 0.45 | 0.6 | 20.87 | 0.29 | 0.31 |
| Hex | 66 | 48 | 38 | 0 | 1D | 2D | 3C | 15 | 1D | 1F |
| Octal | 146 | 110 | 70 | 0 | 35 | 55 | 74 | 25 | 35 | 37 |
| Binary | 1100110 | 1001000 | 111000 | 0 | 11101 | 101101 | 111100 | 10101 | 11101 | 11111 |
Color Harmonies of #664838
Complementary color
Monochromatic Colors of #664838
Black with #664838
Text Example
Text Example
White with #664838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664838; }
p { color: rgb(102,72,56); }
H1.HeaderClassName
{
color: #664838;
}
.AnyTagClassName
{
color: #664838;
}
</style>
background-color css
<style>
a { background-color: #664838; }
a { background-color: rgb(102,72,56); }
div.DivClassName
{
background-color: #664838;
}
.BgClassName
{
background-color: #664838;
}
</style>
border-color css
<style>
span { border-color: #664838; }
span { border-color: rgb(102,72,56); }
td.TdClassName
{
border-color: #664838;
}
.TagClassName
{
border-color: #664838;
}
</style>