Shades of Gumbo #688580
Tints of Gumbo #688580
RGB
CMYK
RGB Variations
Color information
#688580 (or 0x688580) is known color: Gumbo. HEX triplet: 68, 85 and 80. RGB value is (104,133,128). Sum of RGB (Red+Green+Blue) = 104+133+128=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #688580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688580 is #977A7F. Grayscale: #7B7B7B. Windows color (decimal): -9927296 or 8422760. OLE color: 8422760.
HSL color Cylindrical-coordinate representation of color #688580: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688580 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 128 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.48 |
| HSL | 169.66º | 0.12% | 0.46% | - |
| HSV(B) | 169.66º | 0.22% | 0.52% | - |
| XYZ | 17.99 | 21.28 | 23.58 | - |
| YUV | 123.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 128 | 0.22 | 0 | 0.04 | 0.48 | 169.66 | 0.12 | 0.46 |
| Hex | 68 | 85 | 80 | 16 | 0 | 4 | 30 | AA | C | 2E |
| Octal | 150 | 205 | 200 | 26 | 0 | 4 | 60 | 252 | 14 | 56 |
| Binary | 1101000 | 10000101 | 10000000 | 10110 | 0 | 100 | 110000 | 10101010 | 1100 | 101110 |
Color Harmonies of #688580
Complementary color
Monochromatic Colors of #688580
Black with #688580
Text Example
Text Example
White with #688580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688580; }
p { color: rgb(104,133,128); }
H1.HeaderClassName
{
color: #688580;
}
.AnyTagClassName
{
color: #688580;
}
</style>
background-color css
<style>
a { background-color: #688580; }
a { background-color: rgb(104,133,128); }
div.DivClassName
{
background-color: #688580;
}
.BgClassName
{
background-color: #688580;
}
</style>
border-color css
<style>
span { border-color: #688580; }
span { border-color: rgb(104,133,128); }
td.TdClassName
{
border-color: #688580;
}
.TagClassName
{
border-color: #688580;
}
</style>