Shades of Gumbo #688883
Tints of Gumbo #688883
RGB
CMYK
RGB Variations
Color information
#688883 (or 0x688883) is known color: Gumbo. HEX triplet: 68, 88 and 83. RGB value is (104,136,131). Sum of RGB (Red+Green+Blue) = 104+136+131=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #688883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688883 is #97777C. Grayscale: #7D7D7D. Windows color (decimal): -9926525 or 8620136. OLE color: 8620136.
HSL color Cylindrical-coordinate representation of color #688883: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688883 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 131 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.47 |
| HSL | 170.63º | 0.13% | 0.47% | - |
| HSV(B) | 170.63º | 0.24% | 0.53% | - |
| XYZ | 18.61 | 22.19 | 24.78 | - |
| YUV | 125.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 131 | 0.24 | 0 | 0.04 | 0.47 | 170.63 | 0.13 | 0.47 |
| Hex | 68 | 88 | 83 | 18 | 0 | 4 | 2F | AB | D | 2F |
| Octal | 150 | 210 | 203 | 30 | 0 | 4 | 57 | 253 | 15 | 57 |
| Binary | 1101000 | 10001000 | 10000011 | 11000 | 0 | 100 | 101111 | 10101011 | 1101 | 101111 |
Color Harmonies of #688883
Complementary color
Monochromatic Colors of #688883
Black with #688883
Text Example
Text Example
White with #688883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688883; }
p { color: rgb(104,136,131); }
H1.HeaderClassName
{
color: #688883;
}
.AnyTagClassName
{
color: #688883;
}
</style>
background-color css
<style>
a { background-color: #688883; }
a { background-color: rgb(104,136,131); }
div.DivClassName
{
background-color: #688883;
}
.BgClassName
{
background-color: #688883;
}
</style>
border-color css
<style>
span { border-color: #688883; }
span { border-color: rgb(104,136,131); }
td.TdClassName
{
border-color: #688883;
}
.TagClassName
{
border-color: #688883;
}
</style>