#649286

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

Shades of Patina #649286

Tints of Patina #649286

Color information

#649286 (or 0x649286) is unknown color: approx Patina. HEX triplet: 64, 92 and 86. RGB value is (100,146,134). Sum of RGB (Red+Green+Blue) = 100+146+134=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #649286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649286 is #9B6D79. Grayscale: #828282. Windows color (decimal): -10186106 or 8819300. OLE color: 8819300.

HSL color Cylindrical-coordinate representation of color #649286: hue angle of 164.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649286 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB100146134-
CMYK0.3200.080.43
HSL164.35º18.7%48.24%-
HSV(B)164.35º31.51%57.25%-
XYZ19.8424.9926.33-
YUV130.88129.76105.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=26.32%
G=38.42%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461340.3200.080.43164.3518.748.24
Hex64928620082Ba41330
Octal14422220640010532442360
Binary11001001001001010000110100000010001010111010010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649286; }

 p { color: rgb(100,146,134); }

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

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

 a { background-color: rgb(100,146,134); }

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

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

 span { border-color: rgb(100,146,134); }

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