Shades of Gumbo #688682
Tints of Gumbo #688682
RGB
CMYK
RGB Variations
Color information
#688682 (or 0x688682) is known color: Gumbo. HEX triplet: 68, 86 and 82. RGB value is (104,134,130). Sum of RGB (Red+Green+Blue) = 104+134+130=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #688682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688682 is #97797D. Grayscale: #7C7C7C. Windows color (decimal): -9927038 or 8554088. OLE color: 8554088.
HSL color Cylindrical-coordinate representation of color #688682: hue angle of 172º degrees, saturation: 0.13, 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 #688682 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 130 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.47 |
| HSL | 172º | 0.13% | 0.47% | - |
| HSV(B) | 172º | 0.22% | 0.53% | - |
| XYZ | 18.26 | 21.6 | 24.33 | - |
| YUV | 124.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 130 | 0.22 | 0 | 0.03 | 0.47 | 172 | 0.13 | 0.47 |
| Hex | 68 | 86 | 82 | 16 | 0 | 3 | 2F | AC | D | 2F |
| Octal | 150 | 206 | 202 | 26 | 0 | 3 | 57 | 254 | 15 | 57 |
| Binary | 1101000 | 10000110 | 10000010 | 10110 | 0 | 11 | 101111 | 10101100 | 1101 | 101111 |
Color Harmonies of #688682
Complementary color
Monochromatic Colors of #688682
Black with #688682
Text Example
Text Example
White with #688682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688682; }
p { color: rgb(104,134,130); }
H1.HeaderClassName
{
color: #688682;
}
.AnyTagClassName
{
color: #688682;
}
</style>
background-color css
<style>
a { background-color: #688682; }
a { background-color: rgb(104,134,130); }
div.DivClassName
{
background-color: #688682;
}
.BgClassName
{
background-color: #688682;
}
</style>
border-color css
<style>
span { border-color: #688682; }
span { border-color: rgb(104,134,130); }
td.TdClassName
{
border-color: #688682;
}
.TagClassName
{
border-color: #688682;
}
</style>