Shades of Patina #66847C
Tints of Patina #66847C
RGB
CMYK
RGB Variations
Color information
#66847C (or 0x66847C) is known color: Patina. HEX triplet: 66, 84 and 7C. RGB value is (102,132,124). Sum of RGB (Red+Green+Blue) = 102+132+124=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #66847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66847C is #997B83. Grayscale: #7A7A7A. Windows color (decimal): -10058628 or 8160358. OLE color: 8160358.
HSL color Cylindrical-coordinate representation of color #66847C: hue angle of 164º 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 #66847C is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 124 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.48 |
| HSL | 164º | 0.13% | 0.46% | - |
| HSV(B) | 164º | 0.23% | 0.52% | - |
| XYZ | 17.37 | 20.78 | 22.16 | - |
| YUV | 122.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 124 | 0.23 | 0 | 0.06 | 0.48 | 164 | 0.13 | 0.46 |
| Hex | 66 | 84 | 7C | 17 | 0 | 6 | 30 | A4 | D | 2E |
| Octal | 146 | 204 | 174 | 27 | 0 | 6 | 60 | 244 | 15 | 56 |
| Binary | 1100110 | 10000100 | 1111100 | 10111 | 0 | 110 | 110000 | 10100100 | 1101 | 101110 |
Color Harmonies of #66847C
Complementary color
Monochromatic Colors of #66847C
Black with #66847C
Text Example
Text Example
White with #66847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66847C; }
p { color: rgb(102,132,124); }
H1.HeaderClassName
{
color: #66847C;
}
.AnyTagClassName
{
color: #66847C;
}
</style>
background-color css
<style>
a { background-color: #66847C; }
a { background-color: rgb(102,132,124); }
div.DivClassName
{
background-color: #66847C;
}
.BgClassName
{
background-color: #66847C;
}
</style>
border-color css
<style>
span { border-color: #66847C; }
span { border-color: rgb(102,132,124); }
td.TdClassName
{
border-color: #66847C;
}
.TagClassName
{
border-color: #66847C;
}
</style>