Shades of Patina #659C86
Tints of Patina #659C86
RGB
CMYK
RGB Variations
Color information
#659C86 (or 0x659C86) is known color: Patina. HEX triplet: 65, 9C and 86. RGB value is (101,156,134). Sum of RGB (Red+Green+Blue) = 101+156+134=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #659C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C86 is #9A6379. Grayscale: #898989. Windows color (decimal): -10118010 or 8821861. OLE color: 8821861.
HSL color Cylindrical-coordinate representation of color #659C86: hue angle of 156º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C86 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 134 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.39 |
| HSL | 156º | 0.22% | 0.5% | - |
| HSV(B) | 156º | 0.35% | 0.61% | - |
| XYZ | 21.56 | 28.26 | 26.87 | - |
| YUV | 137.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 134 | 0.35 | 0 | 0.14 | 0.39 | 156 | 0.22 | 0.5 |
| Hex | 65 | 9C | 86 | 23 | 0 | E | 27 | 9C | 16 | 32 |
| Octal | 145 | 234 | 206 | 43 | 0 | 16 | 47 | 234 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10000110 | 100011 | 0 | 1110 | 100111 | 10011100 | 10110 | 110010 |
Color Harmonies of #659C86
Complementary color
Monochromatic Colors of #659C86
Black with #659C86
Text Example
Text Example
White with #659C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C86; }
p { color: rgb(101,156,134); }
H1.HeaderClassName
{
color: #659C86;
}
.AnyTagClassName
{
color: #659C86;
}
</style>
background-color css
<style>
a { background-color: #659C86; }
a { background-color: rgb(101,156,134); }
div.DivClassName
{
background-color: #659C86;
}
.BgClassName
{
background-color: #659C86;
}
</style>
border-color css
<style>
span { border-color: #659C86; }
span { border-color: rgb(101,156,134); }
td.TdClassName
{
border-color: #659C86;
}
.TagClassName
{
border-color: #659C86;
}
</style>