Shades of Jambalaya #6A4731
Tints of Jambalaya #6A4731
RGB
CMYK
RGB Variations
Color information
#6A4731 (or 0x6A4731) is known color: Jambalaya. HEX triplet: 6A, 47 and 31. RGB value is (106,71,49). Sum of RGB (Red+Green+Blue) = 106+71+49=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4731 is #95B8CE. Grayscale: #4F4F4F. Windows color (decimal): -9812175 or 3229546. OLE color: 3229546.
HSL color Cylindrical-coordinate representation of color #6A4731: hue angle of 23.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A4731 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 71 | 49 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.58 |
| HSL | 23.16º | 0.37% | 0.3% | - |
| HSV(B) | 23.16º | 0.54% | 0.42% | - |
| XYZ | 8.75 | 7.79 | 3.95 | - |
| YUV | 78.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 49 | 0 | 0.33 | 0.54 | 0.58 | 23.16 | 0.37 | 0.3 |
| Hex | 6A | 47 | 31 | 0 | 21 | 36 | 3A | 17 | 25 | 1E |
| Octal | 152 | 107 | 61 | 0 | 41 | 66 | 72 | 27 | 45 | 36 |
| Binary | 1101010 | 1000111 | 110001 | 0 | 100001 | 110110 | 111010 | 10111 | 100101 | 11110 |
Color Harmonies of #6A4731
Complementary color
Monochromatic Colors of #6A4731
Black with #6A4731
Text Example
Text Example
White with #6A4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4731; }
p { color: rgb(106,71,49); }
H1.HeaderClassName
{
color: #6A4731;
}
.AnyTagClassName
{
color: #6A4731;
}
</style>
background-color css
<style>
a { background-color: #6A4731; }
a { background-color: rgb(106,71,49); }
div.DivClassName
{
background-color: #6A4731;
}
.BgClassName
{
background-color: #6A4731;
}
</style>
border-color css
<style>
span { border-color: #6A4731; }
span { border-color: rgb(106,71,49); }
td.TdClassName
{
border-color: #6A4731;
}
.TagClassName
{
border-color: #6A4731;
}
</style>