#63937C

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

Shades of Patina #63937C

Tints of Patina #63937C

Color information

#63937C (or 0x63937C) is unknown color: approx Patina. HEX triplet: 63, 93 and 7C. RGB value is (99,147,124). Sum of RGB (Red+Green+Blue) = 99+147+124=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #63937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63937C is #9C6C83. Grayscale: #828282. Windows color (decimal): -10251396 or 8164195. OLE color: 8164195.

HSL color Cylindrical-coordinate representation of color #63937C: hue angle of 151.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 #63937C is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB99147124-
CMYK0.3300.160.42
HSL151.25º19.51%48.24%-
HSV(B)151.25º32.65%57.65%-
XYZ19.2224.9822.88-
YUV130.03124.6105.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=26.76%
G=39.73%
B=33.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471240.3300.160.42151.2519.5148.24
Hex63937C210102A971430
Octal14322317441020522272460
Binary11000111001001111111001000010100001010101001011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63937C; }

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

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

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

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

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

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

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

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