#65867E

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

Shades of Patina #65867E

Tints of Patina #65867E

Color information

#65867E (or 0x65867E) is unknown color: approx Patina. HEX triplet: 65, 86 and 7E. RGB value is (101,134,126). Sum of RGB (Red+Green+Blue) = 101+134+126=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #65867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867E is #9A7981. Grayscale: #7B7B7B. Windows color (decimal): -10123650 or 8291941. OLE color: 8291941.

HSL color Cylindrical-coordinate representation of color #65867E: hue angle of 165.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65867E is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB101134126-
CMYK0.2500.060.47
HSL165.45º14.04%46.08%-
HSV(B)165.45º24.63%52.55%-
XYZ17.6621.3222.92-
YUV123.22129.57112.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=27.98%
G=37.12%
B=34.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341260.2500.060.47165.4514.0446.08
Hex65867E19062Fa5e2e
Octal1452061763106572451656
Binary1100101100001101111110110010110101111101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65867E; }

 p { color: rgb(101,134,126); }

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

<style>
 a { background-color: #65867E; }

 a { background-color: rgb(101,134,126); }

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

<style>
 span { border-color: #65867E; }

 span { border-color: rgb(101,134,126); }

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