#649282

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

Shades of Patina #649282

Tints of Patina #649282

Color information

#649282 (or 0x649282) is unknown color: approx Patina. HEX triplet: 64, 92 and 82. RGB value is (100,146,130). Sum of RGB (Red+Green+Blue) = 100+146+130=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #649282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649282 is #9B6D7D. Grayscale: #828282. Windows color (decimal): -10186110 or 8557156. OLE color: 8557156.

HSL color Cylindrical-coordinate representation of color #649282: hue angle of 159.13º 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 #649282 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB100146130-
CMYK0.3200.110.43
HSL159.13º18.7%48.24%-
HSV(B)159.13º31.51%57.25%-
XYZ19.5624.8824.89-
YUV130.42127.76106.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=26.60%
G=38.83%
B=34.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461300.3200.110.43159.1318.748.24
Hex649282200B2B9f1330
Octal14422220240013532372360
Binary11001001001001010000010100000010111010111001111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649282; }

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

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

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

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

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

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

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

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