Shades of Jambalaya #66472F
Tints of Jambalaya #66472F
RGB
CMYK
RGB Variations
Color information
#66472F (or 0x66472F) is known color: Jambalaya. HEX triplet: 66, 47 and 2F. RGB value is (102,71,47). Sum of RGB (Red+Green+Blue) = 102+71+47=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66472F is #99B8D0. Grayscale: #4D4D4D. Windows color (decimal): -10074321 or 3098470. OLE color: 3098470.
HSL color Cylindrical-coordinate representation of color #66472F: hue angle of 26.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66472F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 47 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.6 |
| HSL | 26.18º | 0.37% | 0.29% | - |
| HSV(B) | 26.18º | 0.54% | 0.4% | - |
| XYZ | 8.25 | 7.54 | 3.71 | - |
| YUV | 77.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 47 | 0 | 0.30 | 0.54 | 0.6 | 26.18 | 0.37 | 0.29 |
| Hex | 66 | 47 | 2F | 0 | 1E | 36 | 3C | 1A | 25 | 1D |
| Octal | 146 | 107 | 57 | 0 | 36 | 66 | 74 | 32 | 45 | 35 |
| Binary | 1100110 | 1000111 | 101111 | 0 | 11110 | 110110 | 111100 | 11010 | 100101 | 11101 |
Color Harmonies of #66472F
Complementary color
Monochromatic Colors of #66472F
Black with #66472F
Text Example
Text Example
White with #66472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66472F; }
p { color: rgb(102,71,47); }
H1.HeaderClassName
{
color: #66472F;
}
.AnyTagClassName
{
color: #66472F;
}
</style>
background-color css
<style>
a { background-color: #66472F; }
a { background-color: rgb(102,71,47); }
div.DivClassName
{
background-color: #66472F;
}
.BgClassName
{
background-color: #66472F;
}
</style>
border-color css
<style>
span { border-color: #66472F; }
span { border-color: rgb(102,71,47); }
td.TdClassName
{
border-color: #66472F;
}
.TagClassName
{
border-color: #66472F;
}
</style>