#649081

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

Shades of Patina #649081

Tints of Patina #649081

Color information

#649081 (or 0x649081) is unknown color: approx Patina. HEX triplet: 64, 90 and 81. RGB value is (100,144,129). Sum of RGB (Red+Green+Blue) = 100+144+129=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #649081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649081 is #9B6F7E. Grayscale: #818181. Windows color (decimal): -10186623 or 8491108. OLE color: 8491108.

HSL color Cylindrical-coordinate representation of color #649081: hue angle of 159.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649081 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB100144129-
CMYK0.3100.100.44
HSL159.55º18.03%47.84%-
HSV(B)159.55º30.56%56.47%-
XYZ19.1924.2424.44-
YUV129.13127.92107.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=26.81%
G=38.61%
B=34.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441290.3100.100.44159.5518.0347.84
Hex6490811F0A2Ca01230
Octal14422020137012542402260
Binary1100100100100001000000111111010101011001010000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649081; }

 p { color: rgb(100,144,129); }

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

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

 a { background-color: rgb(100,144,129); }

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

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

 span { border-color: rgb(100,144,129); }

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