#639284

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

Shades of Patina #639284

Tints of Patina #639284

Color information

#639284 (or 0x639284) is unknown color: approx Patina. HEX triplet: 63, 92 and 84. RGB value is (99,146,132). Sum of RGB (Red+Green+Blue) = 99+146+132=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #639284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639284 is #9C6D7B. Grayscale: #828282. Windows color (decimal): -10251644 or 8688227. OLE color: 8688227.

HSL color Cylindrical-coordinate representation of color #639284: hue angle of 162.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639284 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB99146132-
CMYK0.3200.100.43
HSL162.13º19.18%48.04%-
HSV(B)162.13º32.19%57.25%-
XYZ19.5924.8825.6-
YUV130.35128.93105.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=26.26%
G=38.73%
B=35.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461320.3200.100.43162.1319.1848.04
Hex639284200A2Ba21330
Octal14322220440012532422360
Binary11000111001001010000100100000010101010111010001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639284; }

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

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

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

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

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

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

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

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