Shades of Jambalaya #664A38
Tints of Jambalaya #664A38
RGB
CMYK
RGB Variations
Color information
#664A38 (or 0x664A38) is known color: Jambalaya. HEX triplet: 66, 4A and 38. RGB value is (102,74,56). Sum of RGB (Red+Green+Blue) = 102+74+56=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A38 is #99B5C7. Grayscale: #505050. Windows color (decimal): -10073544 or 3689062. OLE color: 3689062.
HSL color Cylindrical-coordinate representation of color #664A38: hue angle of 23.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #664A38 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 56 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.6 |
| HSL | 23.48º | 0.29% | 0.31% | - |
| HSV(B) | 23.48º | 0.45% | 0.4% | - |
| XYZ | 8.64 | 8.01 | 4.83 | - |
| YUV | 80.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 56 | 0 | 0.27 | 0.45 | 0.6 | 23.48 | 0.29 | 0.31 |
| Hex | 66 | 4A | 38 | 0 | 1B | 2D | 3C | 17 | 1D | 1F |
| Octal | 146 | 112 | 70 | 0 | 33 | 55 | 74 | 27 | 35 | 37 |
| Binary | 1100110 | 1001010 | 111000 | 0 | 11011 | 101101 | 111100 | 10111 | 11101 | 11111 |
Color Harmonies of #664A38
Complementary color
Monochromatic Colors of #664A38
Black with #664A38
Text Example
Text Example
White with #664A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A38; }
p { color: rgb(102,74,56); }
H1.HeaderClassName
{
color: #664A38;
}
.AnyTagClassName
{
color: #664A38;
}
</style>
background-color css
<style>
a { background-color: #664A38; }
a { background-color: rgb(102,74,56); }
div.DivClassName
{
background-color: #664A38;
}
.BgClassName
{
background-color: #664A38;
}
</style>
border-color css
<style>
span { border-color: #664A38; }
span { border-color: rgb(102,74,56); }
td.TdClassName
{
border-color: #664A38;
}
.TagClassName
{
border-color: #664A38;
}
</style>