Shades of Jambalaya #66473B
Tints of Jambalaya #66473B
RGB
CMYK
RGB Variations
Color information
#66473B (or 0x66473B) is known color: Jambalaya. HEX triplet: 66, 47 and 3B. RGB value is (102,71,59). Sum of RGB (Red+Green+Blue) = 102+71+59=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66473B is #99B8C4. Grayscale: #4E4E4E. Windows color (decimal): -10074309 or 3884902. OLE color: 3884902.
HSL color Cylindrical-coordinate representation of color #66473B: hue angle of 16.74º 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 #66473B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 59 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.6 |
| HSL | 16.74º | 0.27% | 0.32% | - |
| HSV(B) | 16.74º | 0.42% | 0.4% | - |
| XYZ | 8.52 | 7.65 | 5.16 | - |
| YUV | 78.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 59 | 0 | 0.30 | 0.42 | 0.6 | 16.74 | 0.27 | 0.32 |
| Hex | 66 | 47 | 3B | 0 | 1E | 2A | 3C | 11 | 1B | 20 |
| Octal | 146 | 107 | 73 | 0 | 36 | 52 | 74 | 21 | 33 | 40 |
| Binary | 1100110 | 1000111 | 111011 | 0 | 11110 | 101010 | 111100 | 10001 | 11011 | 100000 |
Color Harmonies of #66473B
Complementary color
Monochromatic Colors of #66473B
Black with #66473B
Text Example
Text Example
White with #66473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66473B; }
p { color: rgb(102,71,59); }
H1.HeaderClassName
{
color: #66473B;
}
.AnyTagClassName
{
color: #66473B;
}
</style>
background-color css
<style>
a { background-color: #66473B; }
a { background-color: rgb(102,71,59); }
div.DivClassName
{
background-color: #66473B;
}
.BgClassName
{
background-color: #66473B;
}
</style>
border-color css
<style>
span { border-color: #66473B; }
span { border-color: rgb(102,71,59); }
td.TdClassName
{
border-color: #66473B;
}
.TagClassName
{
border-color: #66473B;
}
</style>