Shades of Patina #658C84
Tints of Patina #658C84
RGB
CMYK
RGB Variations
Color information
#658C84 (or 0x658C84) is known color: Patina. HEX triplet: 65, 8C and 84. RGB value is (101,140,132). Sum of RGB (Red+Green+Blue) = 101+140+132=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #658C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C84 is #9A737B. Grayscale: #7F7F7F. Windows color (decimal): -10122108 or 8686693. OLE color: 8686693.
HSL color Cylindrical-coordinate representation of color #658C84: hue angle of 167.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658C84 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 132 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.45 |
| HSL | 167.69º | 0.16% | 0.47% | - |
| HSV(B) | 167.69º | 0.28% | 0.55% | - |
| XYZ | 18.91 | 23.19 | 25.31 | - |
| YUV | 127.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 132 | 0.28 | 0 | 0.06 | 0.45 | 167.69 | 0.16 | 0.47 |
| Hex | 65 | 8C | 84 | 1C | 0 | 6 | 2D | A8 | 10 | 2F |
| Octal | 145 | 214 | 204 | 34 | 0 | 6 | 55 | 250 | 20 | 57 |
| Binary | 1100101 | 10001100 | 10000100 | 11100 | 0 | 110 | 101101 | 10101000 | 10000 | 101111 |
Color Harmonies of #658C84
Complementary color
Monochromatic Colors of #658C84
Black with #658C84
Text Example
Text Example
White with #658C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C84; }
p { color: rgb(101,140,132); }
H1.HeaderClassName
{
color: #658C84;
}
.AnyTagClassName
{
color: #658C84;
}
</style>
background-color css
<style>
a { background-color: #658C84; }
a { background-color: rgb(101,140,132); }
div.DivClassName
{
background-color: #658C84;
}
.BgClassName
{
background-color: #658C84;
}
</style>
border-color css
<style>
span { border-color: #658C84; }
span { border-color: rgb(101,140,132); }
td.TdClassName
{
border-color: #658C84;
}
.TagClassName
{
border-color: #658C84;
}
</style>