Shades of Jambalaya #6D4630
Tints of Jambalaya #6D4630
RGB
CMYK
RGB Variations
Color information
#6D4630 (or 0x6D4630) is known color: Jambalaya. HEX triplet: 6D, 46 and 30. RGB value is (109,70,48). Sum of RGB (Red+Green+Blue) = 109+70+48=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4630 is #92B9CF. Grayscale: #4F4F4F. Windows color (decimal): -9615824 or 3163757. OLE color: 3163757.
HSL color Cylindrical-coordinate representation of color #6D4630: hue angle of 21.64º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4630 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 48 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.57 |
| HSL | 21.64º | 0.39% | 0.31% | - |
| HSV(B) | 21.64º | 0.56% | 0.43% | - |
| XYZ | 9.03 | 7.84 | 3.83 | - |
| YUV | 79.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 48 | 0 | 0.36 | 0.56 | 0.57 | 21.64 | 0.39 | 0.31 |
| Hex | 6D | 46 | 30 | 0 | 24 | 38 | 39 | 16 | 27 | 1F |
| Octal | 155 | 106 | 60 | 0 | 44 | 70 | 71 | 26 | 47 | 37 |
| Binary | 1101101 | 1000110 | 110000 | 0 | 100100 | 111000 | 111001 | 10110 | 100111 | 11111 |
Color Harmonies of #6D4630
Complementary color
Monochromatic Colors of #6D4630
Black with #6D4630
Text Example
Text Example
White with #6D4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4630; }
p { color: rgb(109,70,48); }
H1.HeaderClassName
{
color: #6D4630;
}
.AnyTagClassName
{
color: #6D4630;
}
</style>
background-color css
<style>
a { background-color: #6D4630; }
a { background-color: rgb(109,70,48); }
div.DivClassName
{
background-color: #6D4630;
}
.BgClassName
{
background-color: #6D4630;
}
</style>
border-color css
<style>
span { border-color: #6D4630; }
span { border-color: rgb(109,70,48); }
td.TdClassName
{
border-color: #6D4630;
}
.TagClassName
{
border-color: #6D4630;
}
</style>