Shades of Jambalaya #6B4A31
Tints of Jambalaya #6B4A31
RGB
CMYK
RGB Variations
Color information
#6B4A31 (or 0x6B4A31) is known color: Jambalaya. HEX triplet: 6B, 4A and 31. RGB value is (107,74,49). Sum of RGB (Red+Green+Blue) = 107+74+49=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A31 is #94B5CE. Grayscale: #515151. Windows color (decimal): -9745871 or 3230315. OLE color: 3230315.
HSL color Cylindrical-coordinate representation of color #6B4A31: hue angle of 25.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B4A31 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 49 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.58 |
| HSL | 25.86º | 0.37% | 0.31% | - |
| HSV(B) | 25.86º | 0.54% | 0.42% | - |
| XYZ | 9.07 | 8.25 | 4.02 | - |
| YUV | 81.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 49 | 0 | 0.31 | 0.54 | 0.58 | 25.86 | 0.37 | 0.31 |
| Hex | 6B | 4A | 31 | 0 | 1F | 36 | 3A | 1A | 25 | 1F |
| Octal | 153 | 112 | 61 | 0 | 37 | 66 | 72 | 32 | 45 | 37 |
| Binary | 1101011 | 1001010 | 110001 | 0 | 11111 | 110110 | 111010 | 11010 | 100101 | 11111 |
Color Harmonies of #6B4A31
Complementary color
Monochromatic Colors of #6B4A31
Black with #6B4A31
Text Example
Text Example
White with #6B4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A31; }
p { color: rgb(107,74,49); }
H1.HeaderClassName
{
color: #6B4A31;
}
.AnyTagClassName
{
color: #6B4A31;
}
</style>
background-color css
<style>
a { background-color: #6B4A31; }
a { background-color: rgb(107,74,49); }
div.DivClassName
{
background-color: #6B4A31;
}
.BgClassName
{
background-color: #6B4A31;
}
</style>
border-color css
<style>
span { border-color: #6B4A31; }
span { border-color: rgb(107,74,49); }
td.TdClassName
{
border-color: #6B4A31;
}
.TagClassName
{
border-color: #6B4A31;
}
</style>