Shades of Jambalaya #664436
Tints of Jambalaya #664436
RGB
CMYK
RGB Variations
Color information
#664436 (or 0x664436) is known color: Jambalaya. HEX triplet: 66, 44 and 36. RGB value is (102,68,54). Sum of RGB (Red+Green+Blue) = 102+68+54=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664436 is #99BBC9. Grayscale: #4C4C4C. Windows color (decimal): -10075082 or 3556454. OLE color: 3556454.
HSL color Cylindrical-coordinate representation of color #664436: hue angle of 17.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664436 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 54 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.6 |
| HSL | 17.5º | 0.31% | 0.31% | - |
| HSV(B) | 17.5º | 0.47% | 0.4% | - |
| XYZ | 8.21 | 7.23 | 4.45 | - |
| YUV | 76.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 54 | 0 | 0.33 | 0.47 | 0.6 | 17.5 | 0.31 | 0.31 |
| Hex | 66 | 44 | 36 | 0 | 21 | 2F | 3C | 12 | 1F | 1F |
| Octal | 146 | 104 | 66 | 0 | 41 | 57 | 74 | 22 | 37 | 37 |
| Binary | 1100110 | 1000100 | 110110 | 0 | 100001 | 101111 | 111100 | 10010 | 11111 | 11111 |
Color Harmonies of #664436
Complementary color
Monochromatic Colors of #664436
Black with #664436
Text Example
Text Example
White with #664436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664436; }
p { color: rgb(102,68,54); }
H1.HeaderClassName
{
color: #664436;
}
.AnyTagClassName
{
color: #664436;
}
</style>
background-color css
<style>
a { background-color: #664436; }
a { background-color: rgb(102,68,54); }
div.DivClassName
{
background-color: #664436;
}
.BgClassName
{
background-color: #664436;
}
</style>
border-color css
<style>
span { border-color: #664436; }
span { border-color: rgb(102,68,54); }
td.TdClassName
{
border-color: #664436;
}
.TagClassName
{
border-color: #664436;
}
</style>