Shades of Patina #65857D
Tints of Patina #65857D
RGB
CMYK
RGB Variations
Color information
#65857D (or 0x65857D) is known color: Patina. HEX triplet: 65, 85 and 7D. RGB value is (101,133,125). Sum of RGB (Red+Green+Blue) = 101+133+125=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #65857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65857D is #9A7A82. Grayscale: #7A7A7A. Windows color (decimal): -10123907 or 8226149. OLE color: 8226149.
HSL color Cylindrical-coordinate representation of color #65857D: hue angle of 165º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65857D is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 125 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.48 |
| HSL | 165º | 0.14% | 0.46% | - |
| HSV(B) | 165º | 0.24% | 0.52% | - |
| XYZ | 17.46 | 21.02 | 22.54 | - |
| YUV | 122.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 125 | 0.24 | 0 | 0.06 | 0.48 | 165 | 0.14 | 0.46 |
| Hex | 65 | 85 | 7D | 18 | 0 | 6 | 30 | A5 | E | 2E |
| Octal | 145 | 205 | 175 | 30 | 0 | 6 | 60 | 245 | 16 | 56 |
| Binary | 1100101 | 10000101 | 1111101 | 11000 | 0 | 110 | 110000 | 10100101 | 1110 | 101110 |
Color Harmonies of #65857D
Complementary color
Monochromatic Colors of #65857D
Black with #65857D
Text Example
Text Example
White with #65857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65857D; }
p { color: rgb(101,133,125); }
H1.HeaderClassName
{
color: #65857D;
}
.AnyTagClassName
{
color: #65857D;
}
</style>
background-color css
<style>
a { background-color: #65857D; }
a { background-color: rgb(101,133,125); }
div.DivClassName
{
background-color: #65857D;
}
.BgClassName
{
background-color: #65857D;
}
</style>
border-color css
<style>
span { border-color: #65857D; }
span { border-color: rgb(101,133,125); }
td.TdClassName
{
border-color: #65857D;
}
.TagClassName
{
border-color: #65857D;
}
</style>