Shades of Jambalaya #664739
Tints of Jambalaya #664739
RGB
CMYK
RGB Variations
Color information
#664739 (or 0x664739) is known color: Jambalaya. HEX triplet: 66, 47 and 39. RGB value is (102,71,57). Sum of RGB (Red+Green+Blue) = 102+71+57=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664739 is #99B8C6. Grayscale: #4E4E4E. Windows color (decimal): -10074311 or 3753830. OLE color: 3753830.
HSL color Cylindrical-coordinate representation of color #664739: hue angle of 18.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #664739 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 57 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.6 |
| HSL | 18.67º | 0.28% | 0.31% | - |
| HSV(B) | 18.67º | 0.44% | 0.4% | - |
| XYZ | 8.47 | 7.63 | 4.9 | - |
| YUV | 78.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 57 | 0 | 0.30 | 0.44 | 0.6 | 18.67 | 0.28 | 0.31 |
| Hex | 66 | 47 | 39 | 0 | 1E | 2C | 3C | 13 | 1C | 1F |
| Octal | 146 | 107 | 71 | 0 | 36 | 54 | 74 | 23 | 34 | 37 |
| Binary | 1100110 | 1000111 | 111001 | 0 | 11110 | 101100 | 111100 | 10011 | 11100 | 11111 |
Color Harmonies of #664739
Complementary color
Monochromatic Colors of #664739
Black with #664739
Text Example
Text Example
White with #664739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664739; }
p { color: rgb(102,71,57); }
H1.HeaderClassName
{
color: #664739;
}
.AnyTagClassName
{
color: #664739;
}
</style>
background-color css
<style>
a { background-color: #664739; }
a { background-color: rgb(102,71,57); }
div.DivClassName
{
background-color: #664739;
}
.BgClassName
{
background-color: #664739;
}
</style>
border-color css
<style>
span { border-color: #664739; }
span { border-color: rgb(102,71,57); }
td.TdClassName
{
border-color: #664739;
}
.TagClassName
{
border-color: #664739;
}
</style>