Shades of Gumbo #66948E
Tints of Gumbo #66948E
RGB
CMYK
RGB Variations
Color information
#66948E (or 0x66948E) is known color: Gumbo. HEX triplet: 66, 94 and 8E. RGB value is (102,148,142). Sum of RGB (Red+Green+Blue) = 102+148+142=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #66948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66948E is #996B71. Grayscale: #858585. Windows color (decimal): -10054514 or 9344102. OLE color: 9344102.
HSL color Cylindrical-coordinate representation of color #66948E: hue angle of 172.17º 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 #66948E is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 142 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.42 |
| HSL | 172.17º | 0.18% | 0.49% | - |
| HSV(B) | 172.17º | 0.31% | 0.58% | - |
| XYZ | 20.95 | 25.96 | 29.5 | - |
| YUV | 133.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 142 | 0.31 | 0 | 0.04 | 0.42 | 172.17 | 0.18 | 0.49 |
| Hex | 66 | 94 | 8E | 1F | 0 | 4 | 2A | AC | 12 | 31 |
| Octal | 146 | 224 | 216 | 37 | 0 | 4 | 52 | 254 | 22 | 61 |
| Binary | 1100110 | 10010100 | 10001110 | 11111 | 0 | 100 | 101010 | 10101100 | 10010 | 110001 |
Color Harmonies of #66948E
Complementary color
Monochromatic Colors of #66948E
Black with #66948E
Text Example
Text Example
White with #66948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66948E; }
p { color: rgb(102,148,142); }
H1.HeaderClassName
{
color: #66948E;
}
.AnyTagClassName
{
color: #66948E;
}
</style>
background-color css
<style>
a { background-color: #66948E; }
a { background-color: rgb(102,148,142); }
div.DivClassName
{
background-color: #66948E;
}
.BgClassName
{
background-color: #66948E;
}
</style>
border-color css
<style>
span { border-color: #66948E; }
span { border-color: rgb(102,148,142); }
td.TdClassName
{
border-color: #66948E;
}
.TagClassName
{
border-color: #66948E;
}
</style>