Shades of Patina #66998C
Tints of Patina #66998C
RGB
CMYK
RGB Variations
Color information
#66998C (or 0x66998C) is known color: Patina. HEX triplet: 66, 99 and 8C. RGB value is (102,153,140). Sum of RGB (Red+Green+Blue) = 102+153+140=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #66998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998C is #996673. Grayscale: #888888. Windows color (decimal): -10053236 or 9214310. OLE color: 9214310.
HSL color Cylindrical-coordinate representation of color #66998C: hue angle of 164.71º 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 #66998C is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 140 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.4 |
| HSL | 164.71º | 0.2% | 0.5% | - |
| HSV(B) | 164.71º | 0.33% | 0.6% | - |
| XYZ | 21.6 | 27.5 | 28.98 | - |
| YUV | 136.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 140 | 0.33 | 0 | 0.08 | 0.4 | 164.71 | 0.2 | 0.5 |
| Hex | 66 | 99 | 8C | 21 | 0 | 8 | 28 | A5 | 14 | 32 |
| Octal | 146 | 231 | 214 | 41 | 0 | 10 | 50 | 245 | 24 | 62 |
| Binary | 1100110 | 10011001 | 10001100 | 100001 | 0 | 1000 | 101000 | 10100101 | 10100 | 110010 |
Color Harmonies of #66998C
Complementary color
Monochromatic Colors of #66998C
Black with #66998C
Text Example
Text Example
White with #66998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66998C; }
p { color: rgb(102,153,140); }
H1.HeaderClassName
{
color: #66998C;
}
.AnyTagClassName
{
color: #66998C;
}
</style>
background-color css
<style>
a { background-color: #66998C; }
a { background-color: rgb(102,153,140); }
div.DivClassName
{
background-color: #66998C;
}
.BgClassName
{
background-color: #66998C;
}
</style>
border-color css
<style>
span { border-color: #66998C; }
span { border-color: rgb(102,153,140); }
td.TdClassName
{
border-color: #66998C;
}
.TagClassName
{
border-color: #66998C;
}
</style>