Shades of Gumbo #668681
Tints of Gumbo #668681
RGB
CMYK
RGB Variations
Color information
#668681 (or 0x668681) is known color: Gumbo. HEX triplet: 66, 86 and 81. RGB value is (102,134,129). Sum of RGB (Red+Green+Blue) = 102+134+129=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #668681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668681 is #99797E. Grayscale: #7B7B7B. Windows color (decimal): -10058111 or 8488550. OLE color: 8488550.
HSL color Cylindrical-coordinate representation of color #668681: hue angle of 170.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668681 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 129 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.47 |
| HSL | 170.63º | 0.14% | 0.46% | - |
| HSV(B) | 170.63º | 0.24% | 0.53% | - |
| XYZ | 17.97 | 21.46 | 23.96 | - |
| YUV | 123.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 129 | 0.24 | 0 | 0.04 | 0.47 | 170.63 | 0.14 | 0.46 |
| Hex | 66 | 86 | 81 | 18 | 0 | 4 | 2F | AB | E | 2E |
| Octal | 146 | 206 | 201 | 30 | 0 | 4 | 57 | 253 | 16 | 56 |
| Binary | 1100110 | 10000110 | 10000001 | 11000 | 0 | 100 | 101111 | 10101011 | 1110 | 101110 |
Color Harmonies of #668681
Complementary color
Monochromatic Colors of #668681
Black with #668681
Text Example
Text Example
White with #668681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668681; }
p { color: rgb(102,134,129); }
H1.HeaderClassName
{
color: #668681;
}
.AnyTagClassName
{
color: #668681;
}
</style>
background-color css
<style>
a { background-color: #668681; }
a { background-color: rgb(102,134,129); }
div.DivClassName
{
background-color: #668681;
}
.BgClassName
{
background-color: #668681;
}
</style>
border-color css
<style>
span { border-color: #668681; }
span { border-color: rgb(102,134,129); }
td.TdClassName
{
border-color: #668681;
}
.TagClassName
{
border-color: #668681;
}
</style>