Shades of Patina #669485
Tints of Patina #669485
RGB
CMYK
RGB Variations
Color information
#669485 (or 0x669485) is known color: Patina. HEX triplet: 66, 94 and 85. RGB value is (102,148,133). Sum of RGB (Red+Green+Blue) = 102+148+133=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #669485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669485 is #996B7A. Grayscale: #848484. Windows color (decimal): -10054523 or 8754278. OLE color: 8754278.
HSL color Cylindrical-coordinate representation of color #669485: hue angle of 160.43º 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 #669485 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 133 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.42 |
| HSL | 160.43º | 0.18% | 0.49% | - |
| HSV(B) | 160.43º | 0.31% | 0.58% | - |
| XYZ | 20.3 | 25.7 | 26.08 | - |
| YUV | 132.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 133 | 0.31 | 0 | 0.10 | 0.42 | 160.43 | 0.18 | 0.49 |
| Hex | 66 | 94 | 85 | 1F | 0 | A | 2A | A0 | 12 | 31 |
| Octal | 146 | 224 | 205 | 37 | 0 | 12 | 52 | 240 | 22 | 61 |
| Binary | 1100110 | 10010100 | 10000101 | 11111 | 0 | 1010 | 101010 | 10100000 | 10010 | 110001 |
Color Harmonies of #669485
Complementary color
Monochromatic Colors of #669485
Black with #669485
Text Example
Text Example
White with #669485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669485; }
p { color: rgb(102,148,133); }
H1.HeaderClassName
{
color: #669485;
}
.AnyTagClassName
{
color: #669485;
}
</style>
background-color css
<style>
a { background-color: #669485; }
a { background-color: rgb(102,148,133); }
div.DivClassName
{
background-color: #669485;
}
.BgClassName
{
background-color: #669485;
}
</style>
border-color css
<style>
span { border-color: #669485; }
span { border-color: rgb(102,148,133); }
td.TdClassName
{
border-color: #669485;
}
.TagClassName
{
border-color: #669485;
}
</style>