Shades of Jambalaya #69493A
Tints of Jambalaya #69493A
RGB
CMYK
RGB Variations
Color information
#69493A (or 0x69493A) is known color: Jambalaya. HEX triplet: 69, 49 and 3A. RGB value is (105,73,58). Sum of RGB (Red+Green+Blue) = 105+73+58=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69493A is #96B6C5. Grayscale: #505050. Windows color (decimal): -9877190 or 3819881. OLE color: 3819881.
HSL color Cylindrical-coordinate representation of color #69493A: hue angle of 19.15º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69493A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 73 | 58 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.59 |
| HSL | 19.15º | 0.29% | 0.32% | - |
| HSV(B) | 19.15º | 0.45% | 0.41% | - |
| XYZ | 8.97 | 8.07 | 5.09 | - |
| YUV | 80.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 58 | 0 | 0.30 | 0.45 | 0.59 | 19.15 | 0.29 | 0.32 |
| Hex | 69 | 49 | 3A | 0 | 1E | 2D | 3B | 13 | 1D | 20 |
| Octal | 151 | 111 | 72 | 0 | 36 | 55 | 73 | 23 | 35 | 40 |
| Binary | 1101001 | 1001001 | 111010 | 0 | 11110 | 101101 | 111011 | 10011 | 11101 | 100000 |
Color Harmonies of #69493A
Complementary color
Monochromatic Colors of #69493A
Black with #69493A
Text Example
Text Example
White with #69493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69493A; }
p { color: rgb(105,73,58); }
H1.HeaderClassName
{
color: #69493A;
}
.AnyTagClassName
{
color: #69493A;
}
</style>
background-color css
<style>
a { background-color: #69493A; }
a { background-color: rgb(105,73,58); }
div.DivClassName
{
background-color: #69493A;
}
.BgClassName
{
background-color: #69493A;
}
</style>
border-color css
<style>
span { border-color: #69493A; }
span { border-color: rgb(105,73,58); }
td.TdClassName
{
border-color: #69493A;
}
.TagClassName
{
border-color: #69493A;
}
</style>