#639784

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

Shades of Patina #639784

Tints of Patina #639784

Color information

#639784 (or 0x639784) is unknown color: approx Patina. HEX triplet: 63, 97 and 84. RGB value is (99,151,132). Sum of RGB (Red+Green+Blue) = 99+151+132=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #639784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639784 is #9C687B. Grayscale: #858585. Windows color (decimal): -10250364 or 8689507. OLE color: 8689507.

HSL color Cylindrical-coordinate representation of color #639784: hue angle of 158.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639784 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB99151132-
CMYK0.3400.130.41
HSL158.08º20.8%49.02%-
HSV(B)158.08º34.44%59.22%-
XYZ20.3826.4525.86-
YUV133.29127.27103.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=25.92%
G=39.53%
B=34.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991511320.3400.130.41158.0820.849.02
Hex639784220D299e1531
Octal14322720442015512362561
Binary11000111001011110000100100010011011010011001111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639784; }

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

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

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

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

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

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

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

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