#649889

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

Shades of Patina #649889

Tints of Patina #649889

Color information

#649889 (or 0x649889) is unknown color: approx Patina. HEX triplet: 64, 98 and 89. RGB value is (100,152,137). Sum of RGB (Red+Green+Blue) = 100+152+137=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #649889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649889 is #9B6776. Grayscale: #868686. Windows color (decimal): -10184567 or 9017444. OLE color: 9017444.

HSL color Cylindrical-coordinate representation of color #649889: hue angle of 162.69º 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 #649889 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB100152137-
CMYK0.3400.100.40
HSL162.69º20.63%49.41%-
HSV(B)162.69º34.21%59.61%-
XYZ2126.9727.77-
YUV134.74129.27103.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=25.71%
G=39.07%
B=35.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521370.3400.100.40162.6920.6349.41
Hex649889220A28a31531
Octal14423021142012502432561
Binary11001001001100010001001100010010101010001010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649889; }

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

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

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

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

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

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

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

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