Shades of Gumbo #688483
Tints of Gumbo #688483
RGB
CMYK
RGB Variations
Color information
#688483 (or 0x688483) is known color: Gumbo. HEX triplet: 68, 84 and 83. RGB value is (104,132,131). Sum of RGB (Red+Green+Blue) = 104+132+131=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #688483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688483 is #977B7C. Grayscale: #7B7B7B. Windows color (decimal): -9927549 or 8619112. OLE color: 8619112.
HSL color Cylindrical-coordinate representation of color #688483: hue angle of 177.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688483 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 131 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.48 |
| HSL | 177.86º | 0.12% | 0.46% | - |
| HSV(B) | 177.86º | 0.21% | 0.52% | - |
| XYZ | 18.06 | 21.08 | 24.59 | - |
| YUV | 123.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 131 | 0.21 | 0 | 0.01 | 0.48 | 177.86 | 0.12 | 0.46 |
| Hex | 68 | 84 | 83 | 15 | 0 | 1 | 30 | B2 | C | 2E |
| Octal | 150 | 204 | 203 | 25 | 0 | 1 | 60 | 262 | 14 | 56 |
| Binary | 1101000 | 10000100 | 10000011 | 10101 | 0 | 1 | 110000 | 10110010 | 1100 | 101110 |
Color Harmonies of #688483
Complementary color
Monochromatic Colors of #688483
Black with #688483
Text Example
Text Example
White with #688483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688483; }
p { color: rgb(104,132,131); }
H1.HeaderClassName
{
color: #688483;
}
.AnyTagClassName
{
color: #688483;
}
</style>
background-color css
<style>
a { background-color: #688483; }
a { background-color: rgb(104,132,131); }
div.DivClassName
{
background-color: #688483;
}
.BgClassName
{
background-color: #688483;
}
</style>
border-color css
<style>
span { border-color: #688483; }
span { border-color: rgb(104,132,131); }
td.TdClassName
{
border-color: #688483;
}
.TagClassName
{
border-color: #688483;
}
</style>