Shades of Jambalaya #664732
Tints of Jambalaya #664732
RGB
CMYK
RGB Variations
Color information
#664732 (or 0x664732) is known color: Jambalaya. HEX triplet: 66, 47 and 32. RGB value is (102,71,50). Sum of RGB (Red+Green+Blue) = 102+71+50=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664732 is #99B8CD. Grayscale: #4D4D4D. Windows color (decimal): -10074318 or 3295078. OLE color: 3295078.
HSL color Cylindrical-coordinate representation of color #664732: hue angle of 24.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664732 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 50 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.6 |
| HSL | 24.23º | 0.34% | 0.3% | - |
| HSV(B) | 24.23º | 0.51% | 0.4% | - |
| XYZ | 8.31 | 7.56 | 4.04 | - |
| YUV | 77.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 50 | 0 | 0.30 | 0.51 | 0.6 | 24.23 | 0.34 | 0.3 |
| Hex | 66 | 47 | 32 | 0 | 1E | 33 | 3C | 18 | 22 | 1E |
| Octal | 146 | 107 | 62 | 0 | 36 | 63 | 74 | 30 | 42 | 36 |
| Binary | 1100110 | 1000111 | 110010 | 0 | 11110 | 110011 | 111100 | 11000 | 100010 | 11110 |
Color Harmonies of #664732
Complementary color
Monochromatic Colors of #664732
Black with #664732
Text Example
Text Example
White with #664732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664732; }
p { color: rgb(102,71,50); }
H1.HeaderClassName
{
color: #664732;
}
.AnyTagClassName
{
color: #664732;
}
</style>
background-color css
<style>
a { background-color: #664732; }
a { background-color: rgb(102,71,50); }
div.DivClassName
{
background-color: #664732;
}
.BgClassName
{
background-color: #664732;
}
</style>
border-color css
<style>
span { border-color: #664732; }
span { border-color: rgb(102,71,50); }
td.TdClassName
{
border-color: #664732;
}
.TagClassName
{
border-color: #664732;
}
</style>