Shades of Gumbo #698680
Tints of Gumbo #698680
RGB
CMYK
RGB Variations
Color information
#698680 (or 0x698680) is known color: Gumbo. HEX triplet: 69, 86 and 80. RGB value is (105,134,128). Sum of RGB (Red+Green+Blue) = 105+134+128=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #698680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698680 is #96797F. Grayscale: #7C7C7C. Windows color (decimal): -9861504 or 8423017. OLE color: 8423017.
HSL color Cylindrical-coordinate representation of color #698680: hue angle of 167.59º 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 #698680 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 128 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.47 |
| HSL | 167.59º | 0.12% | 0.47% | - |
| HSV(B) | 167.59º | 0.22% | 0.53% | - |
| XYZ | 18.25 | 21.61 | 23.63 | - |
| YUV | 124.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 128 | 0.22 | 0 | 0.04 | 0.47 | 167.59 | 0.12 | 0.47 |
| Hex | 69 | 86 | 80 | 16 | 0 | 4 | 2F | A8 | C | 2F |
| Octal | 151 | 206 | 200 | 26 | 0 | 4 | 57 | 250 | 14 | 57 |
| Binary | 1101001 | 10000110 | 10000000 | 10110 | 0 | 100 | 101111 | 10101000 | 1100 | 101111 |
Color Harmonies of #698680
Complementary color
Monochromatic Colors of #698680
Black with #698680
Text Example
Text Example
White with #698680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698680; }
p { color: rgb(105,134,128); }
H1.HeaderClassName
{
color: #698680;
}
.AnyTagClassName
{
color: #698680;
}
</style>
background-color css
<style>
a { background-color: #698680; }
a { background-color: rgb(105,134,128); }
div.DivClassName
{
background-color: #698680;
}
.BgClassName
{
background-color: #698680;
}
</style>
border-color css
<style>
span { border-color: #698680; }
span { border-color: rgb(105,134,128); }
td.TdClassName
{
border-color: #698680;
}
.TagClassName
{
border-color: #698680;
}
</style>