Shades of Jambalaya #694B32
Tints of Jambalaya #694B32
RGB
CMYK
RGB Variations
Color information
#694B32 (or 0x694B32) is known color: Jambalaya. HEX triplet: 69, 4B and 32. RGB value is (105,75,50). Sum of RGB (Red+Green+Blue) = 105+75+50=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B32 is #96B4CD. Grayscale: #515151. Windows color (decimal): -9876686 or 3296105. OLE color: 3296105.
HSL color Cylindrical-coordinate representation of color #694B32: hue angle of 27.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694B32 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 50 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.59 |
| HSL | 27.27º | 0.35% | 0.3% | - |
| HSV(B) | 27.27º | 0.52% | 0.41% | - |
| XYZ | 8.92 | 8.27 | 4.14 | - |
| YUV | 81.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 50 | 0 | 0.29 | 0.52 | 0.59 | 27.27 | 0.35 | 0.3 |
| Hex | 69 | 4B | 32 | 0 | 1D | 34 | 3B | 1B | 23 | 1E |
| Octal | 151 | 113 | 62 | 0 | 35 | 64 | 73 | 33 | 43 | 36 |
| Binary | 1101001 | 1001011 | 110010 | 0 | 11101 | 110100 | 111011 | 11011 | 100011 | 11110 |
Color Harmonies of #694B32
Complementary color
Monochromatic Colors of #694B32
Black with #694B32
Text Example
Text Example
White with #694B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B32; }
p { color: rgb(105,75,50); }
H1.HeaderClassName
{
color: #694B32;
}
.AnyTagClassName
{
color: #694B32;
}
</style>
background-color css
<style>
a { background-color: #694B32; }
a { background-color: rgb(105,75,50); }
div.DivClassName
{
background-color: #694B32;
}
.BgClassName
{
background-color: #694B32;
}
</style>
border-color css
<style>
span { border-color: #694B32; }
span { border-color: rgb(105,75,50); }
td.TdClassName
{
border-color: #694B32;
}
.TagClassName
{
border-color: #694B32;
}
</style>