#649884

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

Shades of Patina #649884

Tints of Patina #649884

Color information

#649884 (or 0x649884) is unknown color: approx Patina. HEX triplet: 64, 98 and 84. RGB value is (100,152,132). Sum of RGB (Red+Green+Blue) = 100+152+132=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #649884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649884 is #9B677B. Grayscale: #868686. Windows color (decimal): -10184572 or 8689764. OLE color: 8689764.

HSL color Cylindrical-coordinate representation of color #649884: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649884 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB100152132-
CMYK0.3400.130.40
HSL156.92º20.63%49.41%-
HSV(B)156.92º34.21%59.61%-
XYZ20.6526.8325.92-
YUV134.17126.77103.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=26.04%
G=39.58%
B=34.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521320.3400.130.40156.9220.6349.41
Hex649884220D289d1531
Octal14423020442015502352561
Binary11001001001100010000100100010011011010001001110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649884; }

 p { color: rgb(100,152,132); }

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

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

 a { background-color: rgb(100,152,132); }

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

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

 span { border-color: rgb(100,152,132); }

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