#639384

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

Shades of Patina #639384

Tints of Patina #639384

Color information

#639384 (or 0x639384) is unknown color: approx Patina. HEX triplet: 63, 93 and 84. RGB value is (99,147,132). Sum of RGB (Red+Green+Blue) = 99+147+132=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #639384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639384 is #9C6C7B. Grayscale: #828282. Windows color (decimal): -10251388 or 8688483. OLE color: 8688483.

HSL color Cylindrical-coordinate representation of color #639384: hue angle of 161.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639384 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB99147132-
CMYK0.3300.100.42
HSL161.25º19.51%48.24%-
HSV(B)161.25º32.65%57.65%-
XYZ19.7425.1925.65-
YUV130.94128.6105.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=26.19%
G=38.89%
B=34.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471320.3300.100.42161.2519.5148.24
Hex639384210A2Aa11430
Octal14322320441012522412460
Binary11000111001001110000100100001010101010101010000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639384; }

 p { color: rgb(99,147,132); }

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

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

 a { background-color: rgb(99,147,132); }

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

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

 span { border-color: rgb(99,147,132); }

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