Shades of Jambalaya #694230
Tints of Jambalaya #694230
RGB
CMYK
RGB Variations
Color information
#694230 (or 0x694230) is known color: Jambalaya. HEX triplet: 69, 42 and 30. RGB value is (105,66,48). Sum of RGB (Red+Green+Blue) = 105+66+48=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #694230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694230 is #96BDCF. Grayscale: #4B4B4B. Windows color (decimal): -9878992 or 3162729. OLE color: 3162729.
HSL color Cylindrical-coordinate representation of color #694230: hue angle of 18.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #694230 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 48 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.59 |
| HSL | 18.95º | 0.37% | 0.3% | - |
| HSV(B) | 18.95º | 0.54% | 0.41% | - |
| XYZ | 8.31 | 7.11 | 3.73 | - |
| YUV | 75.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 48 | 0 | 0.37 | 0.54 | 0.59 | 18.95 | 0.37 | 0.3 |
| Hex | 69 | 42 | 30 | 0 | 25 | 36 | 3B | 13 | 25 | 1E |
| Octal | 151 | 102 | 60 | 0 | 45 | 66 | 73 | 23 | 45 | 36 |
| Binary | 1101001 | 1000010 | 110000 | 0 | 100101 | 110110 | 111011 | 10011 | 100101 | 11110 |
Color Harmonies of #694230
Complementary color
Monochromatic Colors of #694230
Black with #694230
Text Example
Text Example
White with #694230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694230; }
p { color: rgb(105,66,48); }
H1.HeaderClassName
{
color: #694230;
}
.AnyTagClassName
{
color: #694230;
}
</style>
background-color css
<style>
a { background-color: #694230; }
a { background-color: rgb(105,66,48); }
div.DivClassName
{
background-color: #694230;
}
.BgClassName
{
background-color: #694230;
}
</style>
border-color css
<style>
span { border-color: #694230; }
span { border-color: rgb(105,66,48); }
td.TdClassName
{
border-color: #694230;
}
.TagClassName
{
border-color: #694230;
}
</style>