#65867D

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

Shades of Patina #65867D

Tints of Patina #65867D

Color information

#65867D (or 0x65867D) is unknown color: approx Patina. HEX triplet: 65, 86 and 7D. RGB value is (101,134,125). Sum of RGB (Red+Green+Blue) = 101+134+125=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #65867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867D is #9A7982. Grayscale: #7B7B7B. Windows color (decimal): -10123651 or 8226405. OLE color: 8226405.

HSL color Cylindrical-coordinate representation of color #65867D: hue angle of 163.64º 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 #65867D is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB101134125-
CMYK0.2500.070.47
HSL163.64º14.04%46.08%-
HSV(B)163.64º24.63%52.55%-
XYZ17.5921.322.59-
YUV123.11129.07112.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=28.06%
G=37.22%
B=34.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341250.2500.070.47163.6414.0446.08
Hex65867D19072Fa4e2e
Octal1452061753107572441656
Binary1100101100001101111101110010111101111101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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