#63897D

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

Shades of Patina #63897D

Tints of Patina #63897D

Color information

#63897D (or 0x63897D) is unknown color: approx Patina. HEX triplet: 63, 89 and 7D. RGB value is (99,137,125). Sum of RGB (Red+Green+Blue) = 99+137+125=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #63897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63897D is #9C7682. Grayscale: #7C7C7C. Windows color (decimal): -10253955 or 8227171. OLE color: 8227171.

HSL color Cylindrical-coordinate representation of color #63897D: hue angle of 161.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63897D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB99137125-
CMYK0.2800.090.46
HSL161.05º16.1%46.27%-
HSV(B)161.05º27.74%53.73%-
XYZ17.7922.0222.72-
YUV124.27128.41109.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=27.42%
G=37.95%
B=34.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371250.2800.090.46161.0516.146.27
Hex63897D1C092Ea1102e
Octal14321117534011562412056
Binary110001110001001111110111100010011011101010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63897D; }

 p { color: rgb(99,137,125); }

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

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

 a { background-color: rgb(99,137,125); }

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

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

 span { border-color: rgb(99,137,125); }

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