#63988D

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

Shades of Patina #63988D

Tints of Patina #63988D

Color information

#63988D (or 0x63988D) is unknown color: approx Patina. HEX triplet: 63, 98 and 8D. RGB value is (99,152,141). Sum of RGB (Red+Green+Blue) = 99+152+141=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #63988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988D is #9C6772. Grayscale: #868686. Windows color (decimal): -10250099 or 9279587. OLE color: 9279587.

HSL color Cylindrical-coordinate representation of color #63988D: hue angle of 167.55º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63988D is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB99152141-
CMYK0.3500.070.40
HSL167.55º21.12%49.22%-
HSV(B)167.55º34.87%59.61%-
XYZ21.1827.0329.3-
YUV134.9131.44102.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=25.26%
G=38.78%
B=35.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991521410.3500.070.40167.5521.1249.22
Hex63988D230728a81531
Octal1432302154307502502561
Binary1100011100110001000110110001101111010001010100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,152,141); }

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

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

 a { background-color: rgb(99,152,141); }

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

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

 span { border-color: rgb(99,152,141); }

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