Shades of Gumbo #698786
Tints of Gumbo #698786
RGB
CMYK
RGB Variations
Color information
#698786 (or 0x698786) is known color: Gumbo. HEX triplet: 69, 87 and 86. RGB value is (105,135,134). Sum of RGB (Red+Green+Blue) = 105+135+134=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #698786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698786 is #967879. Grayscale: #7D7D7D. Windows color (decimal): -9861242 or 8816489. OLE color: 8816489.
HSL color Cylindrical-coordinate representation of color #698786: hue angle of 178º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698786 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 134 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.47 |
| HSL | 178º | 0.13% | 0.47% | - |
| HSV(B) | 178º | 0.22% | 0.53% | - |
| XYZ | 18.79 | 22.05 | 25.82 | - |
| YUV | 125.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 134 | 0.22 | 0 | 0.01 | 0.47 | 178 | 0.13 | 0.47 |
| Hex | 69 | 87 | 86 | 16 | 0 | 1 | 2F | B2 | C | 2F |
| Octal | 151 | 207 | 206 | 26 | 0 | 1 | 57 | 262 | 14 | 57 |
| Binary | 1101001 | 10000111 | 10000110 | 10110 | 0 | 1 | 101111 | 10110010 | 1100 | 101111 |
Color Harmonies of #698786
Complementary color
Monochromatic Colors of #698786
Black with #698786
Text Example
Text Example
White with #698786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698786; }
p { color: rgb(105,135,134); }
H1.HeaderClassName
{
color: #698786;
}
.AnyTagClassName
{
color: #698786;
}
</style>
background-color css
<style>
a { background-color: #698786; }
a { background-color: rgb(105,135,134); }
div.DivClassName
{
background-color: #698786;
}
.BgClassName
{
background-color: #698786;
}
</style>
border-color css
<style>
span { border-color: #698786; }
span { border-color: rgb(105,135,134); }
td.TdClassName
{
border-color: #698786;
}
.TagClassName
{
border-color: #698786;
}
</style>