Shades of Gumbo #66928C
Tints of Gumbo #66928C
RGB
CMYK
RGB Variations
Color information
#66928C (or 0x66928C) is known color: Gumbo. HEX triplet: 66, 92 and 8C. RGB value is (102,146,140). Sum of RGB (Red+Green+Blue) = 102+146+140=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #66928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66928C is #996D73. Grayscale: #848484. Windows color (decimal): -10055028 or 9212518. OLE color: 9212518.
HSL color Cylindrical-coordinate representation of color #66928C: hue angle of 171.82º 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 #66928C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 140 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.43 |
| HSL | 171.82º | 0.18% | 0.49% | - |
| HSV(B) | 171.82º | 0.3% | 0.57% | - |
| XYZ | 20.49 | 25.28 | 28.61 | - |
| YUV | 132.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 140 | 0.30 | 0 | 0.04 | 0.43 | 171.82 | 0.18 | 0.49 |
| Hex | 66 | 92 | 8C | 1E | 0 | 4 | 2B | AC | 12 | 31 |
| Octal | 146 | 222 | 214 | 36 | 0 | 4 | 53 | 254 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10001100 | 11110 | 0 | 100 | 101011 | 10101100 | 10010 | 110001 |
Color Harmonies of #66928C
Complementary color
Monochromatic Colors of #66928C
Black with #66928C
Text Example
Text Example
White with #66928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66928C; }
p { color: rgb(102,146,140); }
H1.HeaderClassName
{
color: #66928C;
}
.AnyTagClassName
{
color: #66928C;
}
</style>
background-color css
<style>
a { background-color: #66928C; }
a { background-color: rgb(102,146,140); }
div.DivClassName
{
background-color: #66928C;
}
.BgClassName
{
background-color: #66928C;
}
</style>
border-color css
<style>
span { border-color: #66928C; }
span { border-color: rgb(102,146,140); }
td.TdClassName
{
border-color: #66928C;
}
.TagClassName
{
border-color: #66928C;
}
</style>