Shades of Gumbo #669991
Tints of Gumbo #669991
RGB
CMYK
RGB Variations
Color information
#669991 (or 0x669991) is known color: Gumbo. HEX triplet: 66, 99 and 91. RGB value is (102,153,145). Sum of RGB (Red+Green+Blue) = 102+153+145=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #669991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669991 is #99666E. Grayscale: #888888. Windows color (decimal): -10053231 or 9541990. OLE color: 9541990.
HSL color Cylindrical-coordinate representation of color #669991: hue angle of 170.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669991 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 145 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.4 |
| HSL | 170.59º | 0.2% | 0.5% | - |
| HSV(B) | 170.59º | 0.33% | 0.6% | - |
| XYZ | 21.98 | 27.65 | 30.97 | - |
| YUV | 136.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 145 | 0.33 | 0 | 0.05 | 0.4 | 170.59 | 0.2 | 0.5 |
| Hex | 66 | 99 | 91 | 21 | 0 | 5 | 28 | AB | 14 | 32 |
| Octal | 146 | 231 | 221 | 41 | 0 | 5 | 50 | 253 | 24 | 62 |
| Binary | 1100110 | 10011001 | 10010001 | 100001 | 0 | 101 | 101000 | 10101011 | 10100 | 110010 |
Color Harmonies of #669991
Complementary color
Monochromatic Colors of #669991
Black with #669991
Text Example
Text Example
White with #669991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669991; }
p { color: rgb(102,153,145); }
H1.HeaderClassName
{
color: #669991;
}
.AnyTagClassName
{
color: #669991;
}
</style>
background-color css
<style>
a { background-color: #669991; }
a { background-color: rgb(102,153,145); }
div.DivClassName
{
background-color: #669991;
}
.BgClassName
{
background-color: #669991;
}
</style>
border-color css
<style>
span { border-color: #669991; }
span { border-color: rgb(102,153,145); }
td.TdClassName
{
border-color: #669991;
}
.TagClassName
{
border-color: #669991;
}
</style>