#63877E

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

Shades of Patina #63877E

Tints of Patina #63877E

Color information

#63877E (or 0x63877E) is unknown color: approx Patina. HEX triplet: 63, 87 and 7E. RGB value is (99,135,126). Sum of RGB (Red+Green+Blue) = 99+135+126=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #63877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63877E is #9C7881. Grayscale: #7B7B7B. Windows color (decimal): -10254466 or 8292195. OLE color: 8292195.

HSL color Cylindrical-coordinate representation of color #63877E: hue angle of 165º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63877E is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB99135126-
CMYK0.2700.070.47
HSL165º15.38%45.88%-
HSV(B)165º26.67%52.94%-
XYZ17.5821.4922.96-
YUV123.21129.57110.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 126 (49.61% from 255) = 35%
R=27.5%
G=37.5%
B=35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991351260.2700.070.4716515.3845.88
Hex63877E1B072Fa5f2e
Octal1432071763307572451756
Binary1100011100001111111110110110111101111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,135,126); }

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

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

 a { background-color: rgb(99,135,126); }

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

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

 span { border-color: rgb(99,135,126); }

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