#65857C

Color #65857C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #65857C

Tints of Patina #65857C

Color information

#65857C (or 0x65857C) is unknown color: approx Patina. HEX triplet: 65, 85 and 7C. RGB value is (101,133,124). Sum of RGB (Red+Green+Blue) = 101+133+124=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #65857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65857C is #9A7A83. Grayscale: #7A7A7A. Windows color (decimal): -10123908 or 8160613. OLE color: 8160613.

HSL color Cylindrical-coordinate representation of color #65857C: hue angle of 163.12º 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 #65857C is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB101133124-
CMYK0.2400.070.48
HSL163.12º13.68%45.88%-
HSV(B)163.12º24.06%52.16%-
XYZ17.392122.2-
YUV122.41128.9112.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=28.21%
G=37.15%
B=34.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011331240.2400.070.48163.1213.6845.88
Hex65857C180730a3e2e
Octal1452051743007602431656
Binary1100101100001011111100110000111110000101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65857C; }

 p { color: rgb(101,133,124); }

 H1.HeaderClassName
 {
   color: #65857C;
 }
 .AnyTagClassName
 {
   color: #65857C;
 }
</style>
background-color css

<style>
 a { background-color: #65857C; }

 a { background-color: rgb(101,133,124); }

 div.DivClassName
 {
   background-color: #65857C;
 }
 .BgClassName
 {
   background-color: #65857C;
 }
</style>
border-color css

<style>
 span { border-color: #65857C; }

 span { border-color: rgb(101,133,124); }

 td.TdClassName
 {
   border-color: #65857C;
 }
 .TagClassName
 {
   border-color: #65857C;
 }
</style>