Shades of Gumbo #66928A
Tints of Gumbo #66928A
RGB
CMYK
RGB Variations
Color information
#66928A (or 0x66928A) is known color: Gumbo. HEX triplet: 66, 92 and 8A. RGB value is (102,146,138). Sum of RGB (Red+Green+Blue) = 102+146+138=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #66928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66928A is #996D75. Grayscale: #838383. Windows color (decimal): -10055030 or 9081446. OLE color: 9081446.
HSL color Cylindrical-coordinate representation of color #66928A: hue angle of 169.09º 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 #66928A is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 138 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.43 |
| HSL | 169.09º | 0.18% | 0.49% | - |
| HSV(B) | 169.09º | 0.3% | 0.57% | - |
| XYZ | 20.35 | 25.22 | 27.84 | - |
| YUV | 131.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 138 | 0.30 | 0 | 0.05 | 0.43 | 169.09 | 0.18 | 0.49 |
| Hex | 66 | 92 | 8A | 1E | 0 | 5 | 2B | A9 | 12 | 31 |
| Octal | 146 | 222 | 212 | 36 | 0 | 5 | 53 | 251 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10001010 | 11110 | 0 | 101 | 101011 | 10101001 | 10010 | 110001 |
Color Harmonies of #66928A
Complementary color
Monochromatic Colors of #66928A
Black with #66928A
Text Example
Text Example
White with #66928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66928A; }
p { color: rgb(102,146,138); }
H1.HeaderClassName
{
color: #66928A;
}
.AnyTagClassName
{
color: #66928A;
}
</style>
background-color css
<style>
a { background-color: #66928A; }
a { background-color: rgb(102,146,138); }
div.DivClassName
{
background-color: #66928A;
}
.BgClassName
{
background-color: #66928A;
}
</style>
border-color css
<style>
span { border-color: #66928A; }
span { border-color: rgb(102,146,138); }
td.TdClassName
{
border-color: #66928A;
}
.TagClassName
{
border-color: #66928A;
}
</style>