#639F85

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

Shades of Patina #639F85

Tints of Patina #639F85

Color information

#639F85 (or 0x639F85) is unknown color: approx Patina. HEX triplet: 63, 9F and 85. RGB value is (99,159,133). Sum of RGB (Red+Green+Blue) = 99+159+133=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #639F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F85 is #9C607A. Grayscale: #8A8A8A. Windows color (decimal): -10248315 or 8757091. OLE color: 8757091.

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

Color convert

RGB99159133-
CMYK0.3800.160.38
HSL154º23.81%50.59%-
HSV(B)154º37.74%62.35%-
XYZ21.7829.1426.67-
YUV138.1125.12100.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=25.32%
G=40.66%
B=34.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591330.3800.160.3815423.8150.59
Hex639F8526010269a1833
Octal14323720546020462323063
Binary110001110011111100001011001100100001001101001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639F85; }

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

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

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

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

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

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

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

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