Shades of Jambalaya #695039
Tints of Jambalaya #695039
RGB
CMYK
RGB Variations
Color information
#695039 (or 0x695039) is known color: Jambalaya. HEX triplet: 69, 50 and 39. RGB value is (105,80,57). Sum of RGB (Red+Green+Blue) = 105+80+57=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #695039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695039 is #96AFC6. Grayscale: #545454. Windows color (decimal): -9875399 or 3756137. OLE color: 3756137.
HSL color Cylindrical-coordinate representation of color #695039: hue angle of 28.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695039 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 80 | 57 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.59 |
| HSL | 28.75º | 0.3% | 0.32% | - |
| HSV(B) | 28.75º | 0.46% | 0.41% | - |
| XYZ | 9.43 | 9.04 | 5.12 | - |
| YUV | 84.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 57 | 0 | 0.24 | 0.46 | 0.59 | 28.75 | 0.3 | 0.32 |
| Hex | 69 | 50 | 39 | 0 | 18 | 2E | 3B | 1D | 1E | 20 |
| Octal | 151 | 120 | 71 | 0 | 30 | 56 | 73 | 35 | 36 | 40 |
| Binary | 1101001 | 1010000 | 111001 | 0 | 11000 | 101110 | 111011 | 11101 | 11110 | 100000 |
Color Harmonies of #695039
Complementary color
Monochromatic Colors of #695039
Black with #695039
Text Example
Text Example
White with #695039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695039; }
p { color: rgb(105,80,57); }
H1.HeaderClassName
{
color: #695039;
}
.AnyTagClassName
{
color: #695039;
}
</style>
background-color css
<style>
a { background-color: #695039; }
a { background-color: rgb(105,80,57); }
div.DivClassName
{
background-color: #695039;
}
.BgClassName
{
background-color: #695039;
}
</style>
border-color css
<style>
span { border-color: #695039; }
span { border-color: rgb(105,80,57); }
td.TdClassName
{
border-color: #695039;
}
.TagClassName
{
border-color: #695039;
}
</style>