Shades of Jambalaya #664831
Tints of Jambalaya #664831
RGB
CMYK
RGB Variations
Color information
#664831 (or 0x664831) is known color: Jambalaya. HEX triplet: 66, 48 and 31. RGB value is (102,72,49). Sum of RGB (Red+Green+Blue) = 102+72+49=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664831 is #99B7CE. Grayscale: #4E4E4E. Windows color (decimal): -10074063 or 3229798. OLE color: 3229798.
HSL color Cylindrical-coordinate representation of color #664831: hue angle of 26.04º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #664831 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 49 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.6 |
| HSL | 26.04º | 0.35% | 0.3% | - |
| HSV(B) | 26.04º | 0.52% | 0.4% | - |
| XYZ | 8.35 | 7.68 | 3.95 | - |
| YUV | 78.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 49 | 0 | 0.29 | 0.52 | 0.6 | 26.04 | 0.35 | 0.3 |
| Hex | 66 | 48 | 31 | 0 | 1D | 34 | 3C | 1A | 23 | 1E |
| Octal | 146 | 110 | 61 | 0 | 35 | 64 | 74 | 32 | 43 | 36 |
| Binary | 1100110 | 1001000 | 110001 | 0 | 11101 | 110100 | 111100 | 11010 | 100011 | 11110 |
Color Harmonies of #664831
Complementary color
Monochromatic Colors of #664831
Black with #664831
Text Example
Text Example
White with #664831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664831; }
p { color: rgb(102,72,49); }
H1.HeaderClassName
{
color: #664831;
}
.AnyTagClassName
{
color: #664831;
}
</style>
background-color css
<style>
a { background-color: #664831; }
a { background-color: rgb(102,72,49); }
div.DivClassName
{
background-color: #664831;
}
.BgClassName
{
background-color: #664831;
}
</style>
border-color css
<style>
span { border-color: #664831; }
span { border-color: rgb(102,72,49); }
td.TdClassName
{
border-color: #664831;
}
.TagClassName
{
border-color: #664831;
}
</style>