Shades of Gumbo #689289
Tints of Gumbo #689289
RGB
CMYK
RGB Variations
Color information
#689289 (or 0x689289) is known color: Gumbo. HEX triplet: 68, 92 and 89. RGB value is (104,146,137). Sum of RGB (Red+Green+Blue) = 104+146+137=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #689289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689289 is #976D76. Grayscale: #848484. Windows color (decimal): -9923959 or 9015912. OLE color: 9015912.
HSL color Cylindrical-coordinate representation of color #689289: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689289 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 137 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.43 |
| HSL | 167.14º | 0.17% | 0.49% | - |
| HSV(B) | 167.14º | 0.29% | 0.57% | - |
| XYZ | 20.5 | 25.31 | 27.47 | - |
| YUV | 132.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 137 | 0.29 | 0 | 0.06 | 0.43 | 167.14 | 0.17 | 0.49 |
| Hex | 68 | 92 | 89 | 1D | 0 | 6 | 2B | A7 | 11 | 31 |
| Octal | 150 | 222 | 211 | 35 | 0 | 6 | 53 | 247 | 21 | 61 |
| Binary | 1101000 | 10010010 | 10001001 | 11101 | 0 | 110 | 101011 | 10100111 | 10001 | 110001 |
Color Harmonies of #689289
Complementary color
Monochromatic Colors of #689289
Black with #689289
Text Example
Text Example
White with #689289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689289; }
p { color: rgb(104,146,137); }
H1.HeaderClassName
{
color: #689289;
}
.AnyTagClassName
{
color: #689289;
}
</style>
background-color css
<style>
a { background-color: #689289; }
a { background-color: rgb(104,146,137); }
div.DivClassName
{
background-color: #689289;
}
.BgClassName
{
background-color: #689289;
}
</style>
border-color css
<style>
span { border-color: #689289; }
span { border-color: rgb(104,146,137); }
td.TdClassName
{
border-color: #689289;
}
.TagClassName
{
border-color: #689289;
}
</style>