#639F8F

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

Shades of Patina #639F8F

Tints of Patina #639F8F

Color information

#639F8F (or 0x639F8F) is unknown color: approx Patina. HEX triplet: 63, 9F and 8F. RGB value is (99,159,143). Sum of RGB (Red+Green+Blue) = 99+159+143=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #639F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F8F is #9C6070. Grayscale: #8B8B8B. Windows color (decimal): -10248305 or 9412451. OLE color: 9412451.

HSL color Cylindrical-coordinate representation of color #639F8F: hue angle of 164º 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 #639F8F is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB99159143-
CMYK0.3800.100.38
HSL164º23.81%50.59%-
HSV(B)164º37.74%62.35%-
XYZ22.529.4330.48-
YUV139.24130.1299.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.69%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=24.69%
G=39.65%
B=35.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591430.3800.100.3816423.8150.59
Hex639F8F260A26a41833
Octal14323721746012462443063
Binary11000111001111110001111100110010101001101010010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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