Shades of Jambalaya #694931
Tints of Jambalaya #694931
RGB
CMYK
RGB Variations
Color information
#694931 (or 0x694931) is known color: Jambalaya. HEX triplet: 69, 49 and 31. RGB value is (105,73,49). Sum of RGB (Red+Green+Blue) = 105+73+49=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694931 is #96B6CE. Grayscale: #4F4F4F. Windows color (decimal): -9877199 or 3230057. OLE color: 3230057.
HSL color Cylindrical-coordinate representation of color #694931: hue angle of 25.71º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694931 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 73 | 49 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.59 |
| HSL | 25.71º | 0.36% | 0.3% | - |
| HSV(B) | 25.71º | 0.53% | 0.41% | - |
| XYZ | 8.76 | 7.99 | 3.99 | - |
| YUV | 79.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 49 | 0 | 0.30 | 0.53 | 0.59 | 25.71 | 0.36 | 0.3 |
| Hex | 69 | 49 | 31 | 0 | 1E | 35 | 3B | 1A | 24 | 1E |
| Octal | 151 | 111 | 61 | 0 | 36 | 65 | 73 | 32 | 44 | 36 |
| Binary | 1101001 | 1001001 | 110001 | 0 | 11110 | 110101 | 111011 | 11010 | 100100 | 11110 |
Color Harmonies of #694931
Complementary color
Monochromatic Colors of #694931
Black with #694931
Text Example
Text Example
White with #694931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694931; }
p { color: rgb(105,73,49); }
H1.HeaderClassName
{
color: #694931;
}
.AnyTagClassName
{
color: #694931;
}
</style>
background-color css
<style>
a { background-color: #694931; }
a { background-color: rgb(105,73,49); }
div.DivClassName
{
background-color: #694931;
}
.BgClassName
{
background-color: #694931;
}
</style>
border-color css
<style>
span { border-color: #694931; }
span { border-color: rgb(105,73,49); }
td.TdClassName
{
border-color: #694931;
}
.TagClassName
{
border-color: #694931;
}
</style>