Shades of Gumbo #66948D
Tints of Gumbo #66948D
RGB
CMYK
RGB Variations
Color information
#66948D (or 0x66948D) is known color: Gumbo. HEX triplet: 66, 94 and 8D. RGB value is (102,148,141). Sum of RGB (Red+Green+Blue) = 102+148+141=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #66948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66948D is #996B72. Grayscale: #858585. Windows color (decimal): -10054515 or 9278566. OLE color: 9278566.
HSL color Cylindrical-coordinate representation of color #66948D: hue angle of 170.87º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66948D is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 141 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.42 |
| HSL | 170.87º | 0.18% | 0.49% | - |
| HSV(B) | 170.87º | 0.31% | 0.58% | - |
| XYZ | 20.88 | 25.93 | 29.1 | - |
| YUV | 133.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 141 | 0.31 | 0 | 0.05 | 0.42 | 170.87 | 0.18 | 0.49 |
| Hex | 66 | 94 | 8D | 1F | 0 | 5 | 2A | AB | 12 | 31 |
| Octal | 146 | 224 | 215 | 37 | 0 | 5 | 52 | 253 | 22 | 61 |
| Binary | 1100110 | 10010100 | 10001101 | 11111 | 0 | 101 | 101010 | 10101011 | 10010 | 110001 |
Color Harmonies of #66948D
Complementary color
Monochromatic Colors of #66948D
Black with #66948D
Text Example
Text Example
White with #66948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66948D; }
p { color: rgb(102,148,141); }
H1.HeaderClassName
{
color: #66948D;
}
.AnyTagClassName
{
color: #66948D;
}
</style>
background-color css
<style>
a { background-color: #66948D; }
a { background-color: rgb(102,148,141); }
div.DivClassName
{
background-color: #66948D;
}
.BgClassName
{
background-color: #66948D;
}
</style>
border-color css
<style>
span { border-color: #66948D; }
span { border-color: rgb(102,148,141); }
td.TdClassName
{
border-color: #66948D;
}
.TagClassName
{
border-color: #66948D;
}
</style>