Shades of Jambalaya #664230
Tints of Jambalaya #664230
RGB
CMYK
RGB Variations
Color information
#664230 (or 0x664230) is known color: Jambalaya. HEX triplet: 66, 42 and 30. RGB value is (102,66,48). Sum of RGB (Red+Green+Blue) = 102+66+48=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664230 is #99BDCF. Grayscale: #4A4A4A. Windows color (decimal): -10075600 or 3162726. OLE color: 3162726.
HSL color Cylindrical-coordinate representation of color #664230: hue angle of 20º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #664230 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 48 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.6 |
| HSL | 20º | 0.36% | 0.29% | - |
| HSV(B) | 20º | 0.53% | 0.4% | - |
| XYZ | 7.96 | 6.93 | 3.72 | - |
| YUV | 74.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 48 | 0 | 0.35 | 0.53 | 0.6 | 20 | 0.36 | 0.29 |
| Hex | 66 | 42 | 30 | 0 | 23 | 35 | 3C | 14 | 24 | 1D |
| Octal | 146 | 102 | 60 | 0 | 43 | 65 | 74 | 24 | 44 | 35 |
| Binary | 1100110 | 1000010 | 110000 | 0 | 100011 | 110101 | 111100 | 10100 | 100100 | 11101 |
Color Harmonies of #664230
Complementary color
Monochromatic Colors of #664230
Black with #664230
Text Example
Text Example
White with #664230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664230; }
p { color: rgb(102,66,48); }
H1.HeaderClassName
{
color: #664230;
}
.AnyTagClassName
{
color: #664230;
}
</style>
background-color css
<style>
a { background-color: #664230; }
a { background-color: rgb(102,66,48); }
div.DivClassName
{
background-color: #664230;
}
.BgClassName
{
background-color: #664230;
}
</style>
border-color css
<style>
span { border-color: #664230; }
span { border-color: rgb(102,66,48); }
td.TdClassName
{
border-color: #664230;
}
.TagClassName
{
border-color: #664230;
}
</style>