Shades of Gumbo #648E8B
Tints of Gumbo #648E8B
RGB
CMYK
RGB Variations
Color information
#648E8B (or 0x648E8B) is known color: Gumbo. HEX triplet: 64, 8E and 8B. RGB value is (100,142,139). Sum of RGB (Red+Green+Blue) = 100+142+139=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #648E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648E8B is #9B7174. Grayscale: #818181. Windows color (decimal): -10187125 or 9145956. OLE color: 9145956.
HSL color Cylindrical-coordinate representation of color #648E8B: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E8B is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 139 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.44 |
| HSL | 175.71º | 0.17% | 0.47% | - |
| HSV(B) | 175.71º | 0.3% | 0.56% | - |
| XYZ | 19.59 | 23.92 | 28.01 | - |
| YUV | 129.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 139 | 0.30 | 0 | 0.02 | 0.44 | 175.71 | 0.17 | 0.47 |
| Hex | 64 | 8E | 8B | 1E | 0 | 2 | 2C | B0 | 11 | 2F |
| Octal | 144 | 216 | 213 | 36 | 0 | 2 | 54 | 260 | 21 | 57 |
| Binary | 1100100 | 10001110 | 10001011 | 11110 | 0 | 10 | 101100 | 10110000 | 10001 | 101111 |
Color Harmonies of #648E8B
Complementary color
Monochromatic Colors of #648E8B
Black with #648E8B
Text Example
Text Example
White with #648E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E8B; }
p { color: rgb(100,142,139); }
H1.HeaderClassName
{
color: #648E8B;
}
.AnyTagClassName
{
color: #648E8B;
}
</style>
background-color css
<style>
a { background-color: #648E8B; }
a { background-color: rgb(100,142,139); }
div.DivClassName
{
background-color: #648E8B;
}
.BgClassName
{
background-color: #648E8B;
}
</style>
border-color css
<style>
span { border-color: #648E8B; }
span { border-color: rgb(100,142,139); }
td.TdClassName
{
border-color: #648E8B;
}
.TagClassName
{
border-color: #648E8B;
}
</style>