#639B81

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

Shades of Patina #639B81

Tints of Patina #639B81

Color information

#639B81 (or 0x639B81) is unknown color: approx Patina. HEX triplet: 63, 9B and 81. RGB value is (99,155,129). Sum of RGB (Red+Green+Blue) = 99+155+129=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #639B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B81 is #9C647E. Grayscale: #878787. Windows color (decimal): -10249343 or 8493923. OLE color: 8493923.

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

Color convert

RGB99155129-
CMYK0.3600.170.39
HSL152.14º22.05%49.8%-
HSV(B)152.14º36.13%60.78%-
XYZ20.8327.6825.01-
YUV135.29124.45102.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=25.85%
G=40.47%
B=33.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551290.3600.170.39152.1422.0549.8
Hex639B812401127981632
Octal14323320144021472302662
Binary110001110011011100000011001000100011001111001100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,129); }

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

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

 a { background-color: rgb(99,155,129); }

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

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

 span { border-color: rgb(99,155,129); }

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