Shades of Jambalaya #694534
Tints of Jambalaya #694534
RGB
CMYK
RGB Variations
Color information
#694534 (or 0x694534) is known color: Jambalaya. HEX triplet: 69, 45 and 34. RGB value is (105,69,52). Sum of RGB (Red+Green+Blue) = 105+69+52=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694534 is #96BACB. Grayscale: #4D4D4D. Windows color (decimal): -9878220 or 3425641. OLE color: 3425641.
HSL color Cylindrical-coordinate representation of color #694534: hue angle of 19.25º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694534 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 52 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.59 |
| HSL | 19.25º | 0.34% | 0.31% | - |
| HSV(B) | 19.25º | 0.5% | 0.41% | - |
| XYZ | 8.57 | 7.51 | 4.25 | - |
| YUV | 77.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 52 | 0 | 0.34 | 0.50 | 0.59 | 19.25 | 0.34 | 0.31 |
| Hex | 69 | 45 | 34 | 0 | 22 | 32 | 3B | 13 | 22 | 1F |
| Octal | 151 | 105 | 64 | 0 | 42 | 62 | 73 | 23 | 42 | 37 |
| Binary | 1101001 | 1000101 | 110100 | 0 | 100010 | 110010 | 111011 | 10011 | 100010 | 11111 |
Color Harmonies of #694534
Complementary color
Monochromatic Colors of #694534
Black with #694534
Text Example
Text Example
White with #694534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694534; }
p { color: rgb(105,69,52); }
H1.HeaderClassName
{
color: #694534;
}
.AnyTagClassName
{
color: #694534;
}
</style>
background-color css
<style>
a { background-color: #694534; }
a { background-color: rgb(105,69,52); }
div.DivClassName
{
background-color: #694534;
}
.BgClassName
{
background-color: #694534;
}
</style>
border-color css
<style>
span { border-color: #694534; }
span { border-color: rgb(105,69,52); }
td.TdClassName
{
border-color: #694534;
}
.TagClassName
{
border-color: #694534;
}
</style>