#639C84

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

Shades of Patina #639C84

Tints of Patina #639C84

Color information

#639C84 (or 0x639C84) is unknown color: approx Patina. HEX triplet: 63, 9C and 84. RGB value is (99,156,132). Sum of RGB (Red+Green+Blue) = 99+156+132=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #639C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C84 is #9C637B. Grayscale: #888888. Windows color (decimal): -10249084 or 8690787. OLE color: 8690787.

HSL color Cylindrical-coordinate representation of color #639C84: hue angle of 154.74º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C84 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB99156132-
CMYK0.3700.150.39
HSL154.74º22.35%50%-
HSV(B)154.74º36.54%61.18%-
XYZ21.228.126.14-
YUV136.22125.62101.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.58%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=25.58%
G=40.31%
B=34.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561320.3700.150.39154.7422.3550
Hex639C84250F279b1632
Octal14323420445017472332662
Binary11000111001110010000100100101011111001111001101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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