Shades of Patina #669C86
Tints of Patina #669C86
RGB
CMYK
RGB Variations
Color information
#669C86 (or 0x669C86) is known color: Patina. HEX triplet: 66, 9C and 86. RGB value is (102,156,134). Sum of RGB (Red+Green+Blue) = 102+156+134=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #669C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C86 is #996379. Grayscale: #898989. Windows color (decimal): -10052474 or 8821862. OLE color: 8821862.
HSL color Cylindrical-coordinate representation of color #669C86: hue angle of 155.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C86 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 134 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.39 |
| HSL | 155.56º | 0.21% | 0.51% | - |
| HSV(B) | 155.56º | 0.35% | 0.61% | - |
| XYZ | 21.67 | 28.32 | 26.88 | - |
| YUV | 137.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 134 | 0.35 | 0 | 0.14 | 0.39 | 155.56 | 0.21 | 0.51 |
| Hex | 66 | 9C | 86 | 23 | 0 | E | 27 | 9C | 15 | 33 |
| Octal | 146 | 234 | 206 | 43 | 0 | 16 | 47 | 234 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10000110 | 100011 | 0 | 1110 | 100111 | 10011100 | 10101 | 110011 |
Color Harmonies of #669C86
Complementary color
Monochromatic Colors of #669C86
Black with #669C86
Text Example
Text Example
White with #669C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C86; }
p { color: rgb(102,156,134); }
H1.HeaderClassName
{
color: #669C86;
}
.AnyTagClassName
{
color: #669C86;
}
</style>
background-color css
<style>
a { background-color: #669C86; }
a { background-color: rgb(102,156,134); }
div.DivClassName
{
background-color: #669C86;
}
.BgClassName
{
background-color: #669C86;
}
</style>
border-color css
<style>
span { border-color: #669C86; }
span { border-color: rgb(102,156,134); }
td.TdClassName
{
border-color: #669C86;
}
.TagClassName
{
border-color: #669C86;
}
</style>