Shades of Patina #648C85
Tints of Patina #648C85
RGB
CMYK
RGB Variations
Color information
#648C85 (or 0x648C85) is known color: Patina. HEX triplet: 64, 8C and 85. RGB value is (100,140,133). Sum of RGB (Red+Green+Blue) = 100+140+133=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #648C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648C85 is #9B737A. Grayscale: #7F7F7F. Windows color (decimal): -10187643 or 8752228. OLE color: 8752228.
HSL color Cylindrical-coordinate representation of color #648C85: hue angle of 169.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648C85 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 133 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.45 |
| HSL | 169.5º | 0.17% | 0.47% | - |
| HSV(B) | 169.5º | 0.29% | 0.55% | - |
| XYZ | 18.87 | 23.16 | 25.67 | - |
| YUV | 127.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 133 | 0.29 | 0 | 0.05 | 0.45 | 169.5 | 0.17 | 0.47 |
| Hex | 64 | 8C | 85 | 1D | 0 | 5 | 2D | AA | 11 | 2F |
| Octal | 144 | 214 | 205 | 35 | 0 | 5 | 55 | 252 | 21 | 57 |
| Binary | 1100100 | 10001100 | 10000101 | 11101 | 0 | 101 | 101101 | 10101010 | 10001 | 101111 |
Color Harmonies of #648C85
Complementary color
Monochromatic Colors of #648C85
Black with #648C85
Text Example
Text Example
White with #648C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C85; }
p { color: rgb(100,140,133); }
H1.HeaderClassName
{
color: #648C85;
}
.AnyTagClassName
{
color: #648C85;
}
</style>
background-color css
<style>
a { background-color: #648C85; }
a { background-color: rgb(100,140,133); }
div.DivClassName
{
background-color: #648C85;
}
.BgClassName
{
background-color: #648C85;
}
</style>
border-color css
<style>
span { border-color: #648C85; }
span { border-color: rgb(100,140,133); }
td.TdClassName
{
border-color: #648C85;
}
.TagClassName
{
border-color: #648C85;
}
</style>