#639085

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

Shades of Patina #639085

Tints of Patina #639085

Color information

#639085 (or 0x639085) is unknown color: approx Patina. HEX triplet: 63, 90 and 85. RGB value is (99,144,133). Sum of RGB (Red+Green+Blue) = 99+144+133=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #639085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639085 is #9C6F7A. Grayscale: #818181. Windows color (decimal): -10252155 or 8753251. OLE color: 8753251.

HSL color Cylindrical-coordinate representation of color #639085: hue angle of 165.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639085 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB99144133-
CMYK0.3100.080.44
HSL165.33º18.52%47.65%-
HSV(B)165.33º31.25%56.47%-
XYZ19.3524.2925.86-
YUV129.29130.09106.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=26.33%
G=38.30%
B=35.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441330.3100.080.44165.3318.5247.65
Hex6390851F082Ca51330
Octal14322020537010542452360
Binary1100011100100001000010111111010001011001010010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639085; }

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

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

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

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

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

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

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

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