Shades of Gumbo #668581
Tints of Gumbo #668581
RGB
CMYK
RGB Variations
Color information
#668581 (or 0x668581) is known color: Gumbo. HEX triplet: 66, 85 and 81. RGB value is (102,133,129). Sum of RGB (Red+Green+Blue) = 102+133+129=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #668581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668581 is #997A7E. Grayscale: #7B7B7B. Windows color (decimal): -10058367 or 8488294. OLE color: 8488294.
HSL color Cylindrical-coordinate representation of color #668581: hue angle of 172.26º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668581 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 129 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.48 |
| HSL | 172.26º | 0.13% | 0.46% | - |
| HSV(B) | 172.26º | 0.23% | 0.52% | - |
| XYZ | 17.83 | 21.18 | 23.92 | - |
| YUV | 123.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 129 | 0.23 | 0 | 0.03 | 0.48 | 172.26 | 0.13 | 0.46 |
| Hex | 66 | 85 | 81 | 17 | 0 | 3 | 30 | AC | D | 2E |
| Octal | 146 | 205 | 201 | 27 | 0 | 3 | 60 | 254 | 15 | 56 |
| Binary | 1100110 | 10000101 | 10000001 | 10111 | 0 | 11 | 110000 | 10101100 | 1101 | 101110 |
Color Harmonies of #668581
Complementary color
Monochromatic Colors of #668581
Black with #668581
Text Example
Text Example
White with #668581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668581; }
p { color: rgb(102,133,129); }
H1.HeaderClassName
{
color: #668581;
}
.AnyTagClassName
{
color: #668581;
}
</style>
background-color css
<style>
a { background-color: #668581; }
a { background-color: rgb(102,133,129); }
div.DivClassName
{
background-color: #668581;
}
.BgClassName
{
background-color: #668581;
}
</style>
border-color css
<style>
span { border-color: #668581; }
span { border-color: rgb(102,133,129); }
td.TdClassName
{
border-color: #668581;
}
.TagClassName
{
border-color: #668581;
}
</style>