#639C80

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

Shades of Patina #639C80

Tints of Patina #639C80

Color information

#639C80 (or 0x639C80) is unknown color: approx Patina. HEX triplet: 63, 9C and 80. RGB value is (99,156,128). Sum of RGB (Red+Green+Blue) = 99+156+128=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #639C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C80 is #9C637F. Grayscale: #878787. Windows color (decimal): -10249088 or 8428643. OLE color: 8428643.

HSL color Cylindrical-coordinate representation of color #639C80: hue angle of 150.53º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C80 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB99156128-
CMYK0.3700.180.39
HSL150.53º22.35%50%-
HSV(B)150.53º36.54%61.18%-
XYZ20.9327.9924.72-
YUV135.76123.62101.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=25.85%
G=40.73%
B=33.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561280.3700.180.39150.5322.3550
Hex639C802501227971632
Octal14323420045022472272662
Binary110001110011100100000001001010100101001111001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,128); }

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

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

 a { background-color: rgb(99,156,128); }

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

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

 span { border-color: rgb(99,156,128); }

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