Shades of Jambalaya #67503A
Tints of Jambalaya #67503A
RGB
CMYK
RGB Variations
Color information
#67503A (or 0x67503A) is known color: Jambalaya. HEX triplet: 67, 50 and 3A. RGB value is (103,80,58). Sum of RGB (Red+Green+Blue) = 103+80+58=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #67503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67503A is #98AFC5. Grayscale: #545454. Windows color (decimal): -10006470 or 3821671. OLE color: 3821671.
HSL color Cylindrical-coordinate representation of color #67503A: hue angle of 29.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67503A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 58 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.60 |
| HSL | 29.33º | 0.28% | 0.32% | - |
| HSV(B) | 29.33º | 0.44% | 0.4% | - |
| XYZ | 9.23 | 8.93 | 5.24 | - |
| YUV | 84.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 58 | 0 | 0.22 | 0.44 | 0.60 | 29.33 | 0.28 | 0.32 |
| Hex | 67 | 50 | 3A | 0 | 16 | 2C | 3C | 1D | 1C | 20 |
| Octal | 147 | 120 | 72 | 0 | 26 | 54 | 74 | 35 | 34 | 40 |
| Binary | 1100111 | 1010000 | 111010 | 0 | 10110 | 101100 | 111100 | 11101 | 11100 | 100000 |
Color Harmonies of #67503A
Complementary color
Monochromatic Colors of #67503A
Black with #67503A
Text Example
Text Example
White with #67503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67503A; }
p { color: rgb(103,80,58); }
H1.HeaderClassName
{
color: #67503A;
}
.AnyTagClassName
{
color: #67503A;
}
</style>
background-color css
<style>
a { background-color: #67503A; }
a { background-color: rgb(103,80,58); }
div.DivClassName
{
background-color: #67503A;
}
.BgClassName
{
background-color: #67503A;
}
</style>
border-color css
<style>
span { border-color: #67503A; }
span { border-color: rgb(103,80,58); }
td.TdClassName
{
border-color: #67503A;
}
.TagClassName
{
border-color: #67503A;
}
</style>