Shades of Jambalaya #6B4832
Tints of Jambalaya #6B4832
RGB
CMYK
RGB Variations
Color information
#6B4832 (or 0x6B4832) is known color: Jambalaya. HEX triplet: 6B, 48 and 32. RGB value is (107,72,50). Sum of RGB (Red+Green+Blue) = 107+72+50=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4832 is #94B7CD. Grayscale: #505050. Windows color (decimal): -9746382 or 3295339. OLE color: 3295339.
HSL color Cylindrical-coordinate representation of color #6B4832: hue angle of 23.16º 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 #6B4832 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 72 | 50 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.58 |
| HSL | 23.16º | 0.36% | 0.31% | - |
| HSV(B) | 23.16º | 0.53% | 0.42% | - |
| XYZ | 8.96 | 7.99 | 4.09 | - |
| YUV | 79.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 50 | 0 | 0.33 | 0.53 | 0.58 | 23.16 | 0.36 | 0.31 |
| Hex | 6B | 48 | 32 | 0 | 21 | 35 | 3A | 17 | 24 | 1F |
| Octal | 153 | 110 | 62 | 0 | 41 | 65 | 72 | 27 | 44 | 37 |
| Binary | 1101011 | 1001000 | 110010 | 0 | 100001 | 110101 | 111010 | 10111 | 100100 | 11111 |
Color Harmonies of #6B4832
Complementary color
Monochromatic Colors of #6B4832
Black with #6B4832
Text Example
Text Example
White with #6B4832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4832; }
p { color: rgb(107,72,50); }
H1.HeaderClassName
{
color: #6B4832;
}
.AnyTagClassName
{
color: #6B4832;
}
</style>
background-color css
<style>
a { background-color: #6B4832; }
a { background-color: rgb(107,72,50); }
div.DivClassName
{
background-color: #6B4832;
}
.BgClassName
{
background-color: #6B4832;
}
</style>
border-color css
<style>
span { border-color: #6B4832; }
span { border-color: rgb(107,72,50); }
td.TdClassName
{
border-color: #6B4832;
}
.TagClassName
{
border-color: #6B4832;
}
</style>