Shades of Gumbo #66908A
Tints of Gumbo #66908A
RGB
CMYK
RGB Variations
Color information
#66908A (or 0x66908A) is known color: Gumbo. HEX triplet: 66, 90 and 8A. RGB value is (102,144,138). Sum of RGB (Red+Green+Blue) = 102+144+138=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #66908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66908A is #996F75. Grayscale: #828282. Windows color (decimal): -10055542 or 9080934. OLE color: 9080934.
HSL color Cylindrical-coordinate representation of color #66908A: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66908A is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 138 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.44 |
| HSL | 171.43º | 0.17% | 0.48% | - |
| HSV(B) | 171.43º | 0.29% | 0.56% | - |
| XYZ | 20.04 | 24.61 | 27.74 | - |
| YUV | 130.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 138 | 0.29 | 0 | 0.04 | 0.44 | 171.43 | 0.17 | 0.48 |
| Hex | 66 | 90 | 8A | 1D | 0 | 4 | 2C | AB | 11 | 30 |
| Octal | 146 | 220 | 212 | 35 | 0 | 4 | 54 | 253 | 21 | 60 |
| Binary | 1100110 | 10010000 | 10001010 | 11101 | 0 | 100 | 101100 | 10101011 | 10001 | 110000 |
Color Harmonies of #66908A
Complementary color
Monochromatic Colors of #66908A
Black with #66908A
Text Example
Text Example
White with #66908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66908A; }
p { color: rgb(102,144,138); }
H1.HeaderClassName
{
color: #66908A;
}
.AnyTagClassName
{
color: #66908A;
}
</style>
background-color css
<style>
a { background-color: #66908A; }
a { background-color: rgb(102,144,138); }
div.DivClassName
{
background-color: #66908A;
}
.BgClassName
{
background-color: #66908A;
}
</style>
border-color css
<style>
span { border-color: #66908A; }
span { border-color: rgb(102,144,138); }
td.TdClassName
{
border-color: #66908A;
}
.TagClassName
{
border-color: #66908A;
}
</style>