Shades of Gumbo #66928B
Tints of Gumbo #66928B
RGB
CMYK
RGB Variations
Color information
#66928B (or 0x66928B) is known color: Gumbo. HEX triplet: 66, 92 and 8B. RGB value is (102,146,139). Sum of RGB (Red+Green+Blue) = 102+146+139=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #66928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66928B is #996D74. Grayscale: #848484. Windows color (decimal): -10055029 or 9146982. OLE color: 9146982.
HSL color Cylindrical-coordinate representation of color #66928B: hue angle of 170.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66928B is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 139 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.43 |
| HSL | 170.45º | 0.18% | 0.49% | - |
| HSV(B) | 170.45º | 0.3% | 0.57% | - |
| XYZ | 20.42 | 25.25 | 28.22 | - |
| YUV | 132.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 139 | 0.30 | 0 | 0.05 | 0.43 | 170.45 | 0.18 | 0.49 |
| Hex | 66 | 92 | 8B | 1E | 0 | 5 | 2B | AA | 12 | 31 |
| Octal | 146 | 222 | 213 | 36 | 0 | 5 | 53 | 252 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10001011 | 11110 | 0 | 101 | 101011 | 10101010 | 10010 | 110001 |
Color Harmonies of #66928B
Complementary color
Monochromatic Colors of #66928B
Black with #66928B
Text Example
Text Example
White with #66928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66928B; }
p { color: rgb(102,146,139); }
H1.HeaderClassName
{
color: #66928B;
}
.AnyTagClassName
{
color: #66928B;
}
</style>
background-color css
<style>
a { background-color: #66928B; }
a { background-color: rgb(102,146,139); }
div.DivClassName
{
background-color: #66928B;
}
.BgClassName
{
background-color: #66928B;
}
</style>
border-color css
<style>
span { border-color: #66928B; }
span { border-color: rgb(102,146,139); }
td.TdClassName
{
border-color: #66928B;
}
.TagClassName
{
border-color: #66928B;
}
</style>