Shades of Jambalaya #67462E
Tints of Jambalaya #67462E
RGB
CMYK
RGB Variations
Color information
#67462E (or 0x67462E) is known color: Jambalaya. HEX triplet: 67, 46 and 2E. RGB value is (103,70,46). Sum of RGB (Red+Green+Blue) = 103+70+46=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67462E is #98B9D1. Grayscale: #4D4D4D. Windows color (decimal): -10009042 or 3032679. OLE color: 3032679.
HSL color Cylindrical-coordinate representation of color #67462E: hue angle of 25.26º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67462E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 46 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.60 |
| HSL | 25.26º | 0.38% | 0.29% | - |
| HSV(B) | 25.26º | 0.55% | 0.4% | - |
| XYZ | 8.28 | 7.46 | 3.59 | - |
| YUV | 77.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 46 | 0 | 0.32 | 0.55 | 0.60 | 25.26 | 0.38 | 0.29 |
| Hex | 67 | 46 | 2E | 0 | 20 | 37 | 3C | 19 | 26 | 1D |
| Octal | 147 | 106 | 56 | 0 | 40 | 67 | 74 | 31 | 46 | 35 |
| Binary | 1100111 | 1000110 | 101110 | 0 | 100000 | 110111 | 111100 | 11001 | 100110 | 11101 |
Color Harmonies of #67462E
Complementary color
Monochromatic Colors of #67462E
Black with #67462E
Text Example
Text Example
White with #67462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67462E; }
p { color: rgb(103,70,46); }
H1.HeaderClassName
{
color: #67462E;
}
.AnyTagClassName
{
color: #67462E;
}
</style>
background-color css
<style>
a { background-color: #67462E; }
a { background-color: rgb(103,70,46); }
div.DivClassName
{
background-color: #67462E;
}
.BgClassName
{
background-color: #67462E;
}
</style>
border-color css
<style>
span { border-color: #67462E; }
span { border-color: rgb(103,70,46); }
td.TdClassName
{
border-color: #67462E;
}
.TagClassName
{
border-color: #67462E;
}
</style>