Shades of Jambalaya #6C4833
Tints of Jambalaya #6C4833
RGB
CMYK
RGB Variations
Color information
#6C4833 (or 0x6C4833) is known color: Jambalaya. HEX triplet: 6C, 48 and 33. RGB value is (108,72,51). Sum of RGB (Red+Green+Blue) = 108+72+51=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4833 is #93B7CC. Grayscale: #505050. Windows color (decimal): -9680845 or 3360876. OLE color: 3360876.
HSL color Cylindrical-coordinate representation of color #6C4833: hue angle of 22.11º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C4833 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 72 | 51 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.58 |
| HSL | 22.11º | 0.36% | 0.31% | - |
| HSV(B) | 22.11º | 0.53% | 0.42% | - |
| XYZ | 9.1 | 8.06 | 4.21 | - |
| YUV | 80.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 51 | 0 | 0.33 | 0.53 | 0.58 | 22.11 | 0.36 | 0.31 |
| Hex | 6C | 48 | 33 | 0 | 21 | 35 | 3A | 16 | 24 | 1F |
| Octal | 154 | 110 | 63 | 0 | 41 | 65 | 72 | 26 | 44 | 37 |
| Binary | 1101100 | 1001000 | 110011 | 0 | 100001 | 110101 | 111010 | 10110 | 100100 | 11111 |
Color Harmonies of #6C4833
Complementary color
Monochromatic Colors of #6C4833
Black with #6C4833
Text Example
Text Example
White with #6C4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4833; }
p { color: rgb(108,72,51); }
H1.HeaderClassName
{
color: #6C4833;
}
.AnyTagClassName
{
color: #6C4833;
}
</style>
background-color css
<style>
a { background-color: #6C4833; }
a { background-color: rgb(108,72,51); }
div.DivClassName
{
background-color: #6C4833;
}
.BgClassName
{
background-color: #6C4833;
}
</style>
border-color css
<style>
span { border-color: #6C4833; }
span { border-color: rgb(108,72,51); }
td.TdClassName
{
border-color: #6C4833;
}
.TagClassName
{
border-color: #6C4833;
}
</style>