#63947C

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

Shades of Patina #63947C

Tints of Patina #63947C

Color information

#63947C (or 0x63947C) is unknown color: approx Patina. HEX triplet: 63, 94 and 7C. RGB value is (99,148,124). Sum of RGB (Red+Green+Blue) = 99+148+124=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #63947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63947C is #9C6B83. Grayscale: #828282. Windows color (decimal): -10251140 or 8164451. OLE color: 8164451.

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

Color convert

RGB99148124-
CMYK0.3300.160.42
HSL150.61º19.84%48.43%-
HSV(B)150.61º33.11%58.04%-
XYZ19.3725.2922.93-
YUV130.61124.27105.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=26.68%
G=39.89%
B=33.42%

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
Decimal991481240.3300.160.42150.6119.8448.43
Hex63947C210102A971430
Octal14322417441020522272460
Binary11000111001010011111001000010100001010101001011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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