Shades of Jambalaya #66473A
Tints of Jambalaya #66473A
RGB
CMYK
RGB Variations
Color information
#66473A (or 0x66473A) is known color: Jambalaya. HEX triplet: 66, 47 and 3A. RGB value is (102,71,58). Sum of RGB (Red+Green+Blue) = 102+71+58=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66473A is #99B8C5. Grayscale: #4E4E4E. Windows color (decimal): -10074310 or 3819366. OLE color: 3819366.
HSL color Cylindrical-coordinate representation of color #66473A: hue angle of 17.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66473A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 58 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.6 |
| HSL | 17.73º | 0.28% | 0.31% | - |
| HSV(B) | 17.73º | 0.43% | 0.4% | - |
| XYZ | 8.5 | 7.64 | 5.03 | - |
| YUV | 78.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 58 | 0 | 0.30 | 0.43 | 0.6 | 17.73 | 0.28 | 0.31 |
| Hex | 66 | 47 | 3A | 0 | 1E | 2B | 3C | 12 | 1C | 1F |
| Octal | 146 | 107 | 72 | 0 | 36 | 53 | 74 | 22 | 34 | 37 |
| Binary | 1100110 | 1000111 | 111010 | 0 | 11110 | 101011 | 111100 | 10010 | 11100 | 11111 |
Color Harmonies of #66473A
Complementary color
Monochromatic Colors of #66473A
Black with #66473A
Text Example
Text Example
White with #66473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66473A; }
p { color: rgb(102,71,58); }
H1.HeaderClassName
{
color: #66473A;
}
.AnyTagClassName
{
color: #66473A;
}
</style>
background-color css
<style>
a { background-color: #66473A; }
a { background-color: rgb(102,71,58); }
div.DivClassName
{
background-color: #66473A;
}
.BgClassName
{
background-color: #66473A;
}
</style>
border-color css
<style>
span { border-color: #66473A; }
span { border-color: rgb(102,71,58); }
td.TdClassName
{
border-color: #66473A;
}
.TagClassName
{
border-color: #66473A;
}
</style>