Shades of Jambalaya #664F3B
Tints of Jambalaya #664F3B
RGB
CMYK
RGB Variations
Color information
#664F3B (or 0x664F3B) is known color: Jambalaya. HEX triplet: 66, 4F and 3B. RGB value is (102,79,59). Sum of RGB (Red+Green+Blue) = 102+79+59=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F3B is #99B0C4. Grayscale: #535353. Windows color (decimal): -10072261 or 3886950. OLE color: 3886950.
HSL color Cylindrical-coordinate representation of color #664F3B: hue angle of 27.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664F3B is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 59 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.6 |
| HSL | 27.91º | 0.27% | 0.32% | - |
| HSV(B) | 27.91º | 0.42% | 0.4% | - |
| XYZ | 9.06 | 8.73 | 5.35 | - |
| YUV | 83.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 59 | 0 | 0.23 | 0.42 | 0.6 | 27.91 | 0.27 | 0.32 |
| Hex | 66 | 4F | 3B | 0 | 17 | 2A | 3C | 1C | 1B | 20 |
| Octal | 146 | 117 | 73 | 0 | 27 | 52 | 74 | 34 | 33 | 40 |
| Binary | 1100110 | 1001111 | 111011 | 0 | 10111 | 101010 | 111100 | 11100 | 11011 | 100000 |
Color Harmonies of #664F3B
Complementary color
Monochromatic Colors of #664F3B
Black with #664F3B
Text Example
Text Example
White with #664F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F3B; }
p { color: rgb(102,79,59); }
H1.HeaderClassName
{
color: #664F3B;
}
.AnyTagClassName
{
color: #664F3B;
}
</style>
background-color css
<style>
a { background-color: #664F3B; }
a { background-color: rgb(102,79,59); }
div.DivClassName
{
background-color: #664F3B;
}
.BgClassName
{
background-color: #664F3B;
}
</style>
border-color css
<style>
span { border-color: #664F3B; }
span { border-color: rgb(102,79,59); }
td.TdClassName
{
border-color: #664F3B;
}
.TagClassName
{
border-color: #664F3B;
}
</style>