#63988E

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

Shades of Patina #63988E

Tints of Patina #63988E

Color information

#63988E (or 0x63988E) is unknown color: approx Patina. HEX triplet: 63, 98 and 8E. RGB value is (99,152,142). Sum of RGB (Red+Green+Blue) = 99+152+142=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #63988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988E is #9C6771. Grayscale: #878787. Windows color (decimal): -10250098 or 9345123. OLE color: 9345123.

HSL color Cylindrical-coordinate representation of color #63988E: hue angle of 168.68º 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 #63988E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB99152142-
CMYK0.3500.070.40
HSL168.68º21.12%49.22%-
HSV(B)168.68º34.87%59.61%-
XYZ21.2627.0629.69-
YUV135.01131.94102.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=25.19%
G=38.68%
B=36.13%

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
Decimal991521420.3500.070.40168.6821.1249.22
Hex63988E230728a91531
Octal1432302164307502512561
Binary1100011100110001000111010001101111010001010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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