Shades of Gumbo #638A86
Tints of Gumbo #638A86
RGB
CMYK
RGB Variations
Color information
#638A86 (or 0x638A86) is known color: Gumbo. HEX triplet: 63, 8A and 86. RGB value is (99,138,134). Sum of RGB (Red+Green+Blue) = 99+138+134=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #638A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A86 is #9C7579. Grayscale: #7D7D7D. Windows color (decimal): -10253690 or 8817251. OLE color: 8817251.
HSL color Cylindrical-coordinate representation of color #638A86: hue angle of 173.85º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A86 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 138 | 134 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.46 |
| HSL | 173.85º | 0.16% | 0.46% | - |
| HSV(B) | 173.85º | 0.28% | 0.54% | - |
| XYZ | 18.54 | 22.55 | 25.93 | - |
| YUV | 125.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 134 | 0.28 | 0 | 0.03 | 0.46 | 173.85 | 0.16 | 0.46 |
| Hex | 63 | 8A | 86 | 1C | 0 | 3 | 2E | AE | 10 | 2E |
| Octal | 143 | 212 | 206 | 34 | 0 | 3 | 56 | 256 | 20 | 56 |
| Binary | 1100011 | 10001010 | 10000110 | 11100 | 0 | 11 | 101110 | 10101110 | 10000 | 101110 |
Color Harmonies of #638A86
Complementary color
Monochromatic Colors of #638A86
Black with #638A86
Text Example
Text Example
White with #638A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A86; }
p { color: rgb(99,138,134); }
H1.HeaderClassName
{
color: #638A86;
}
.AnyTagClassName
{
color: #638A86;
}
</style>
background-color css
<style>
a { background-color: #638A86; }
a { background-color: rgb(99,138,134); }
div.DivClassName
{
background-color: #638A86;
}
.BgClassName
{
background-color: #638A86;
}
</style>
border-color css
<style>
span { border-color: #638A86; }
span { border-color: rgb(99,138,134); }
td.TdClassName
{
border-color: #638A86;
}
.TagClassName
{
border-color: #638A86;
}
</style>