#659786

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

Shades of Patina #659786

Tints of Patina #659786

Color information

#659786 (or 0x659786) is unknown color: approx Patina. HEX triplet: 65, 97 and 86. RGB value is (101,151,134). Sum of RGB (Red+Green+Blue) = 101+151+134=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #659786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659786 is #9A6879. Grayscale: #868686. Windows color (decimal): -10119290 or 8820581. OLE color: 8820581.

HSL color Cylindrical-coordinate representation of color #659786: hue angle of 159.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659786 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB101151134-
CMYK0.3300.110.41
HSL159.6º19.84%49.41%-
HSV(B)159.6º33.11%59.22%-
XYZ20.7426.6226.6-
YUV134.11127.94104.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=26.17%
G=39.12%
B=34.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511340.3300.110.41159.619.8449.41
Hex659786210B29a01431
Octal14522720641013512402461
Binary11001011001011110000110100001010111010011010000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659786; }

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

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

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

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

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

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

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

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