#638F84

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

Shades of Patina #638F84

Tints of Patina #638F84

Color information

#638F84 (or 0x638F84) is unknown color: approx Patina. HEX triplet: 63, 8F and 84. RGB value is (99,143,132). Sum of RGB (Red+Green+Blue) = 99+143+132=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #638F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F84 is #9C707B. Grayscale: #808080. Windows color (decimal): -10252412 or 8687459. OLE color: 8687459.

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

Color convert

RGB99143132-
CMYK0.3100.080.44
HSL165º18.18%47.45%-
HSV(B)165º30.77%56.08%-
XYZ19.1323.9625.45-
YUV128.59129.92106.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=26.47%
G=38.24%
B=35.29%

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
Decimal991431320.3100.080.4416518.1847.45
Hex638F841F082Ca5122f
Octal14321720437010542452257
Binary1100011100011111000010011111010001011001010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638F84; }

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

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

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

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

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

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

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

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