Shades of Patina #66857E
Tints of Patina #66857E
RGB
CMYK
RGB Variations
Color information
#66857E (or 0x66857E) is known color: Patina. HEX triplet: 66, 85 and 7E. RGB value is (102,133,126). Sum of RGB (Red+Green+Blue) = 102+133+126=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #66857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857E is #997A81. Grayscale: #7A7A7A. Windows color (decimal): -10058370 or 8291686. OLE color: 8291686.
HSL color Cylindrical-coordinate representation of color #66857E: hue angle of 166.45º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66857E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 126 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.48 |
| HSL | 166.45º | 0.13% | 0.46% | - |
| HSV(B) | 166.45º | 0.23% | 0.52% | - |
| XYZ | 17.63 | 21.11 | 22.88 | - |
| YUV | 122.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 126 | 0.23 | 0 | 0.05 | 0.48 | 166.45 | 0.13 | 0.46 |
| Hex | 66 | 85 | 7E | 17 | 0 | 5 | 30 | A6 | D | 2E |
| Octal | 146 | 205 | 176 | 27 | 0 | 5 | 60 | 246 | 15 | 56 |
| Binary | 1100110 | 10000101 | 1111110 | 10111 | 0 | 101 | 110000 | 10100110 | 1101 | 101110 |
Color Harmonies of #66857E
Complementary color
Monochromatic Colors of #66857E
Black with #66857E
Text Example
Text Example
White with #66857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66857E; }
p { color: rgb(102,133,126); }
H1.HeaderClassName
{
color: #66857E;
}
.AnyTagClassName
{
color: #66857E;
}
</style>
background-color css
<style>
a { background-color: #66857E; }
a { background-color: rgb(102,133,126); }
div.DivClassName
{
background-color: #66857E;
}
.BgClassName
{
background-color: #66857E;
}
</style>
border-color css
<style>
span { border-color: #66857E; }
span { border-color: rgb(102,133,126); }
td.TdClassName
{
border-color: #66857E;
}
.TagClassName
{
border-color: #66857E;
}
</style>