Shades of Jambalaya #6C4733
Tints of Jambalaya #6C4733
RGB
CMYK
RGB Variations
Color information
#6C4733 (or 0x6C4733) is known color: Jambalaya. HEX triplet: 6C, 47 and 33. RGB value is (108,71,51). Sum of RGB (Red+Green+Blue) = 108+71+51=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4733 is #93B8CC. Grayscale: #4F4F4F. Windows color (decimal): -9681101 or 3360620. OLE color: 3360620.
HSL color Cylindrical-coordinate representation of color #6C4733: hue angle of 21.05º 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 #6C4733 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 51 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.58 |
| HSL | 21.05º | 0.36% | 0.31% | - |
| HSV(B) | 21.05º | 0.53% | 0.42% | - |
| XYZ | 9.04 | 7.93 | 4.19 | - |
| YUV | 79.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 51 | 0 | 0.34 | 0.53 | 0.58 | 21.05 | 0.36 | 0.31 |
| Hex | 6C | 47 | 33 | 0 | 22 | 35 | 3A | 15 | 24 | 1F |
| Octal | 154 | 107 | 63 | 0 | 42 | 65 | 72 | 25 | 44 | 37 |
| Binary | 1101100 | 1000111 | 110011 | 0 | 100010 | 110101 | 111010 | 10101 | 100100 | 11111 |
Color Harmonies of #6C4733
Complementary color
Monochromatic Colors of #6C4733
Black with #6C4733
Text Example
Text Example
White with #6C4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4733; }
p { color: rgb(108,71,51); }
H1.HeaderClassName
{
color: #6C4733;
}
.AnyTagClassName
{
color: #6C4733;
}
</style>
background-color css
<style>
a { background-color: #6C4733; }
a { background-color: rgb(108,71,51); }
div.DivClassName
{
background-color: #6C4733;
}
.BgClassName
{
background-color: #6C4733;
}
</style>
border-color css
<style>
span { border-color: #6C4733; }
span { border-color: rgb(108,71,51); }
td.TdClassName
{
border-color: #6C4733;
}
.TagClassName
{
border-color: #6C4733;
}
</style>