Shades of Patina #659684
Tints of Patina #659684
RGB
CMYK
RGB Variations
Color information
#659684 (or 0x659684) is known color: Patina. HEX triplet: 65, 96 and 84. RGB value is (101,150,132). Sum of RGB (Red+Green+Blue) = 101+150+132=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #659684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659684 is #9A697B. Grayscale: #858585. Windows color (decimal): -10119548 or 8689253. OLE color: 8689253.
HSL color Cylindrical-coordinate representation of color #659684: hue angle of 157.96º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659684 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 132 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.41 |
| HSL | 157.96º | 0.2% | 0.49% | - |
| HSV(B) | 157.96º | 0.33% | 0.59% | - |
| XYZ | 20.44 | 26.25 | 25.82 | - |
| YUV | 133.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 132 | 0.33 | 0 | 0.12 | 0.41 | 157.96 | 0.2 | 0.49 |
| Hex | 65 | 96 | 84 | 21 | 0 | C | 29 | 9E | 14 | 31 |
| Octal | 145 | 226 | 204 | 41 | 0 | 14 | 51 | 236 | 24 | 61 |
| Binary | 1100101 | 10010110 | 10000100 | 100001 | 0 | 1100 | 101001 | 10011110 | 10100 | 110001 |
Color Harmonies of #659684
Complementary color
Monochromatic Colors of #659684
Black with #659684
Text Example
Text Example
White with #659684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659684; }
p { color: rgb(101,150,132); }
H1.HeaderClassName
{
color: #659684;
}
.AnyTagClassName
{
color: #659684;
}
</style>
background-color css
<style>
a { background-color: #659684; }
a { background-color: rgb(101,150,132); }
div.DivClassName
{
background-color: #659684;
}
.BgClassName
{
background-color: #659684;
}
</style>
border-color css
<style>
span { border-color: #659684; }
span { border-color: rgb(101,150,132); }
td.TdClassName
{
border-color: #659684;
}
.TagClassName
{
border-color: #659684;
}
</style>