Shades of Gumbo #628685
Tints of Gumbo #628685
RGB
CMYK
RGB Variations
Color information
#628685 (or 0x628685) is known color: Gumbo. HEX triplet: 62, 86 and 85. RGB value is (98,134,133). Sum of RGB (Red+Green+Blue) = 98+134+133=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #628685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628685 is #9D797A. Grayscale: #7B7B7B. Windows color (decimal): -10320251 or 8750690. OLE color: 8750690.
HSL color Cylindrical-coordinate representation of color #628685: hue angle of 178.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628685 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 133 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.47 |
| HSL | 178.33º | 0.16% | 0.45% | - |
| HSV(B) | 178.33º | 0.27% | 0.53% | - |
| XYZ | 17.8 | 21.34 | 25.37 | - |
| YUV | 123.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 133 | 0.27 | 0 | 0.01 | 0.47 | 178.33 | 0.16 | 0.45 |
| Hex | 62 | 86 | 85 | 1B | 0 | 1 | 2F | B2 | 10 | 2D |
| Octal | 142 | 206 | 205 | 33 | 0 | 1 | 57 | 262 | 20 | 55 |
| Binary | 1100010 | 10000110 | 10000101 | 11011 | 0 | 1 | 101111 | 10110010 | 10000 | 101101 |
Color Harmonies of #628685
Complementary color
Monochromatic Colors of #628685
Black with #628685
Text Example
Text Example
White with #628685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628685; }
p { color: rgb(98,134,133); }
H1.HeaderClassName
{
color: #628685;
}
.AnyTagClassName
{
color: #628685;
}
</style>
background-color css
<style>
a { background-color: #628685; }
a { background-color: rgb(98,134,133); }
div.DivClassName
{
background-color: #628685;
}
.BgClassName
{
background-color: #628685;
}
</style>
border-color css
<style>
span { border-color: #628685; }
span { border-color: rgb(98,134,133); }
td.TdClassName
{
border-color: #628685;
}
.TagClassName
{
border-color: #628685;
}
</style>