#649F92

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

Shades of Patina #649F92

Tints of Patina #649F92

Color information

#649F92 (or 0x649F92) is unknown color: approx Patina. HEX triplet: 64, 9F and 92. RGB value is (100,159,146). Sum of RGB (Red+Green+Blue) = 100+159+146=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #649F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F92 is #9B606D. Grayscale: #8B8B8B. Windows color (decimal): -10182766 or 9609060. OLE color: 9609060.

HSL color Cylindrical-coordinate representation of color #649F92: hue angle of 166.78º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F92 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB100159146-
CMYK0.3700.080.38
HSL166.78º23.51%50.78%-
HSV(B)166.78º37.11%62.35%-
XYZ22.8429.5831.7-
YUV139.88131.4599.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=24.69%
G=39.26%
B=36.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591460.3700.080.38166.7823.5150.78
Hex649F92250826a71833
Octal14423722245010462473063
Binary11001001001111110010010100101010001001101010011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649F92; }

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

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

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

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

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

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

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

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