Shades of Gumbo #688581
Tints of Gumbo #688581
RGB
CMYK
RGB Variations
Color information
#688581 (or 0x688581) is known color: Gumbo. HEX triplet: 68, 85 and 81. RGB value is (104,133,129). Sum of RGB (Red+Green+Blue) = 104+133+129=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #688581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688581 is #977A7E. Grayscale: #7B7B7B. Windows color (decimal): -9927295 or 8488296. OLE color: 8488296.
HSL color Cylindrical-coordinate representation of color #688581: hue angle of 171.72º 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 #688581 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 129 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.48 |
| HSL | 171.72º | 0.12% | 0.46% | - |
| HSV(B) | 171.72º | 0.22% | 0.52% | - |
| XYZ | 18.06 | 21.3 | 23.93 | - |
| YUV | 123.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 129 | 0.22 | 0 | 0.03 | 0.48 | 171.72 | 0.12 | 0.46 |
| Hex | 68 | 85 | 81 | 16 | 0 | 3 | 30 | AC | C | 2E |
| Octal | 150 | 205 | 201 | 26 | 0 | 3 | 60 | 254 | 14 | 56 |
| Binary | 1101000 | 10000101 | 10000001 | 10110 | 0 | 11 | 110000 | 10101100 | 1100 | 101110 |
Color Harmonies of #688581
Complementary color
Monochromatic Colors of #688581
Black with #688581
Text Example
Text Example
White with #688581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688581; }
p { color: rgb(104,133,129); }
H1.HeaderClassName
{
color: #688581;
}
.AnyTagClassName
{
color: #688581;
}
</style>
background-color css
<style>
a { background-color: #688581; }
a { background-color: rgb(104,133,129); }
div.DivClassName
{
background-color: #688581;
}
.BgClassName
{
background-color: #688581;
}
</style>
border-color css
<style>
span { border-color: #688581; }
span { border-color: rgb(104,133,129); }
td.TdClassName
{
border-color: #688581;
}
.TagClassName
{
border-color: #688581;
}
</style>