#639385

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

Shades of Patina #639385

Tints of Patina #639385

Color information

#639385 (or 0x639385) is unknown color: approx Patina. HEX triplet: 63, 93 and 85. RGB value is (99,147,133). Sum of RGB (Red+Green+Blue) = 99+147+133=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #639385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639385 is #9C6C7A. Grayscale: #838383. Windows color (decimal): -10251387 or 8754019. OLE color: 8754019.

HSL color Cylindrical-coordinate representation of color #639385: hue angle of 162.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639385 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB99147133-
CMYK0.3300.100.42
HSL162.5º19.51%48.24%-
HSV(B)162.5º32.65%57.65%-
XYZ19.8125.2126.01-
YUV131.05129.1105.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=26.12%
G=38.79%
B=35.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471330.3300.100.42162.519.5148.24
Hex639385210A2Aa21430
Octal14322320541012522422460
Binary11000111001001110000101100001010101010101010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639385; }

 p { color: rgb(99,147,133); }

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

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

 a { background-color: rgb(99,147,133); }

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

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

 span { border-color: rgb(99,147,133); }

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